2023-10-29 12:28:21 +00:00
|
|
|
module github.com/1f349/mjwt
|
2022-12-04 13:42:35 +00:00
|
|
|
|
2024-06-08 15:02:49 +01:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.22.3
|
2022-12-04 13:42:35 +00:00
|
|
|
|
|
|
|
require (
|
2024-06-10 17:51:11 +01:00
|
|
|
github.com/1f349/rsa-helper v0.0.2
|
2023-10-27 09:00:20 +01:00
|
|
|
github.com/becheran/wildmatch-go v1.0.0
|
2024-07-27 19:27:13 +01:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.4
|
2023-10-27 09:00:20 +01:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2023-06-20 00:32:16 +01:00
|
|
|
github.com/google/subcommands v1.2.0
|
2022-12-04 13:42:35 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-07-27 17:05:27 +01:00
|
|
|
github.com/spf13/afero v1.11.0
|
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
golang.org/x/sync v0.7.0
|
2022-12-04 13:42:35 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
2023-06-18 13:03:41 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-07-27 17:05:27 +01:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-06-18 13:03:41 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-07-27 17:05:27 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
2024-07-27 19:25:56 +01:00
|
|
|
golang.org/x/crypto v0.25.0 // indirect
|
2024-07-27 17:05:27 +01:00
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2023-06-18 13:03:41 +01:00
|
|
|
)
|