-
Notifications
You must be signed in to change notification settings - Fork 42
/
go.mod
27 lines (25 loc) · 1.31 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/quay/jwtproxy/v2
go 1.16
require (
github.com/coreos/go-oidc v0.0.0-20160330172125-f427f54ef96b
github.com/coreos/go-systemd v0.0.0-20160202211425-7b2428fec400 // indirect
github.com/coreos/goproxy v0.0.0-20170222233530-25fe2597a3d1
github.com/coreos/pkg v0.0.0-20160314094717-1914e367e85e // indirect
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/elazarl/goproxy/ext v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/gregjones/httpcache v0.0.0-20160313132734-4b02602f71f4
github.com/jonboulle/clockwork v0.0.0-20151121001658-ed104f61ea48 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quay/jwtproxy v0.0.4
github.com/sirupsen/logrus v0.11.5
github.com/stretchr/testify v1.1.4-0.20160418225827-c5d7a69bf8a2
github.com/tylerb/graceful v1.2.15
golang.org/x/net v0.0.0-20160403195514-024ed629fd29 // indirect
golang.org/x/sys v0.0.0-20160402023915-a60af9cbbc6a // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/square/go-jose.v2 v2.0.0-20160419061419-77e6c51d4de6
gopkg.in/yaml.v2 v2.0.0-20160301204022-a83829b6f129
)