mirror of
https://github.com/1f349/mjwt.git
synced 2024-11-09 22:22:48 +00:00
10 lines
147 B
Modula-2
10 lines
147 B
Modula-2
module github.com/mrmelon54/mjwt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|