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 (
|
2020-12-21 13:49:16 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-11-07 11:59:33 +00:00
|
|
|
github.com/go-pkgz/expirable-cache v0.0.3
|
2020-12-21 13:49:16 +00:00
|
|
|
github.com/lestrrat-go/jwx v1.0.6
|
2020-11-07 11:59:33 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-12-21 13:49:16 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-11-07 11:59:33 +00:00
|
|
|
)
|