forked from gogatekeeper/gatekeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (35 loc) · 1.52 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
28
29
30
31
32
33
34
35
36
37
module github.com/gogatekeeper/gatekeeper
require (
github.com/PuerkitoBio/purell v1.1.2-0.20201208131035-5a810c9252c4
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/armon/go-proxyproto v0.0.0-20200108142055-f0b8253b1507
github.com/coreos/go-oidc/v3 v3.0.0-alpha.1.0.20200720190252-3bc5a7eb4df0
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
github.com/fsnotify/fsnotify v1.4.10-0.20200417215612-7f4cf4dd2b52
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-chi/chi v3.3.3+incompatible
github.com/gofrs/uuid v3.3.0+incompatible
github.com/oleiade/reflections v1.0.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/rs/cors v1.7.1-0.20201213214713-f9bce55a4e61
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.7.0
github.com/unrolled/secure v1.0.8
github.com/urfave/cli v1.22.1
go.etcd.io/bbolt v1.3.3
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/redis.v4 v4.2.4
gopkg.in/resty.v1 v1.12.0
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
go 1.15