mjwt/go.mod

17 lines
331 B
Modula-2
Raw Normal View History

module github.com/MrMelon54/mjwt
2022-12-04 13:42:35 +00:00
go 1.19
require (
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/google/subcommands v1.2.0
2022-12-04 13:42:35 +00:00
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
2022-12-04 13:42:35 +00:00
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)