This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
forked from gogatekeeper/gatekeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (39 loc) · 1.74 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
38
39
40
41
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/alicebob/miniredis/v2 v2.14.5
github.com/andybalholm/brotli v1.0.3 // 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/v5 v5.0.4
github.com/go-resty/resty/v2 v2.5.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/jochasinga/relay v0.0.0-20161125200856-6a088273228f // indirect
github.com/klauspost/compress v1.13.6 // indirect
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
github.com/valyala/fasthttp v1.31.0 // indirect
go.etcd.io/bbolt v1.3.5
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/redis.v4 v4.2.4
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.16