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

11 lines
206 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 v1.2.26
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.10.0 // indirect
)