-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 955 Bytes
/
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
module github.com/Stoakes/k8s-watcher-rds-server
go 1.14
require (
github.com/envoyproxy/go-control-plane v0.9.4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/grpc v1.31.0
istio.io/client-go v0.0.0-20200916161914-94f0e83444ca
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/klog/v2 v2.3.0 // indirect
k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect
)