2023-10-24 17:56:04 +01:00
|
|
|
module test_sever
|
|
|
|
|
2024-11-03 10:31:12 +00:00
|
|
|
go 1.23.2
|
2023-10-24 17:56:04 +01:00
|
|
|
|
|
|
|
require (
|
2024-11-03 10:31:12 +00:00
|
|
|
github.com/1f349/mjwt v0.4.1
|
2023-10-29 13:04:54 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2024-11-03 10:31:12 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/rs/cors v1.11.1
|
2023-10-24 17:56:04 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-11-03 10:31:12 +00:00
|
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
|
|
github.com/1f349/rsa-helper v0.0.2 // indirect
|
|
|
|
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
|
2023-10-24 17:56:04 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-11-03 10:31:12 +00:00
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2023-10-24 17:56:04 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|