middleware/go.mod

11 lines
209 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
2023-12-02 04:44:50 +00:00
github.com/lestrrat-go/jwx/v2 v2.0.17
2023-06-25 20:13:06 +00:00
github.com/stretchr/testify v1.8.4
2023-12-02 04:44:50 +00:00
golang.org/x/crypto v0.16.0 // indirect
2020-11-07 11:59:33 +00:00
)