middleware/go.mod
2023-12-25 03:47:26 +03:00

11 lines
209 B
Modula-2

module go.pkg.cx/middleware
go 1.15
require (
github.com/go-pkgz/expirable-cache v1.0.0
github.com/lestrrat-go/jwx/v2 v2.0.17
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0 // indirect
)