summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f55bc3b
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,15 @@
1module code.crute.me/mcrute/oidc_proxy
2
3go 1.15
4
5require (
6 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
7 github.com/google/go-cmp v0.5.3 // indirect
8 github.com/gorilla/handlers v1.5.1
9 github.com/lox/httpcache v1.2.0
10 github.com/pkg/errors v0.9.1
11 github.com/rainycape/vfs v0.0.0-20170722131704-164487ec47b4 // indirect
12 github.com/stretchr/testify v1.6.1 // indirect
13 golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
14 gopkg.in/square/go-jose.v2 v2.5.1
15)