14 lines
464 B
Modula-2
14 lines
464 B
Modula-2
module server
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/auth0/go-jwt-middleware v0.0.0-20200507191422-d30d7b9ece63 // indirect
|
|
github.com/getsentry/sentry-go v0.6.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/justinas/alice v1.2.0 // indirect
|
|
github.com/justinas/nosurf v1.1.0 // indirect
|
|
github.com/throttled/throttled v2.2.4+incompatible // indirect
|
|
github.com/victorspringer/http-cache v0.0.0-20190721184638-fe78e97af707 // indirect
|
|
)
|