-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
43 lines (41 loc) · 1.44 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
42
43
module console
go 1.15
require (
github.com/auth0/go-jwt-middleware v1.0.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/eapache/channels v1.1.0
github.com/form3tech-oss/jwt-go v3.2.3+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gravitational/trace v1.1.14 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/openshift/library-go v0.0.0-20210714123239-9396bd4bf996
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v1.11.1
github.com/rs/zerolog v1.27.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/vulcand/predicate v1.1.0
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
helm.sh/helm/v3 v3.6.2
k8s.io/apimachinery v0.21.2
k8s.io/apiserver v0.21.1
k8s.io/cli-runtime v0.21.2
k8s.io/client-go v0.21.2
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.8.0
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)