middleware/go.mod

10 lines
164 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 (
github.com/go-pkgz/expirable-cache v0.0.3
github.com/lestrrat-go/jwx v1.0.5
github.com/stretchr/testify v1.6.1
)