summaryrefslogtreecommitdiff
path: root/go.mod
blob: f55bc3b3a715cb70ab73982c418588b005e4a76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module code.crute.me/mcrute/oidc_proxy

go 1.15

require (
	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
	github.com/google/go-cmp v0.5.3 // indirect
	github.com/gorilla/handlers v1.5.1
	github.com/lox/httpcache v1.2.0
	github.com/pkg/errors v0.9.1
	github.com/rainycape/vfs v0.0.0-20170722131704-164487ec47b4 // indirect
	github.com/stretchr/testify v1.6.1 // indirect
	golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
	gopkg.in/square/go-jose.v2 v2.5.1
)