middleware/go.mod

26 lines
799 B
Modula-2
Raw Normal View History

2020-09-30 16:40:06 +00:00
module go.pkg.cx/middleware
2023-12-25 00:42:49 +00:00
go 1.21
2020-11-07 11:59:33 +00:00
require (
2023-06-25 20:13:06 +00:00
github.com/go-pkgz/expirable-cache v1.0.0
2023-12-25 00:42:49 +00:00
github.com/lestrrat-go/jwx/v2 v2.0.18
2023-06-25 20:13:06 +00:00
github.com/stretchr/testify v1.8.4
2023-12-25 00:42:49 +00:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.4 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2020-11-07 11:59:33 +00:00
)