mjwt/go.mod

21 lines
452 B
Modula-2
Raw Normal View History

2023-10-29 12:28:21 +00:00
module github.com/1f349/mjwt
2022-12-04 13:42:35 +00:00
go 1.22
toolchain go1.22.3
2022-12-04 13:42:35 +00:00
require (
github.com/1f349/rsa-helper v0.0.0-20240608023351-e4382c728b17
github.com/becheran/wildmatch-go v1.0.0
github.com/golang-jwt/jwt/v4 v4.5.0
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
)