middleware/go.mod

11 lines
206 B
Modula-2
Raw Normal View History

2020-09-30 16:40:06 +00:00
module go.pkg.cx/middleware
go 1.15
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
github.com/lestrrat-go/jwx v1.2.26
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.10.0 // indirect
2020-11-07 11:59:33 +00:00
)