-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
37 lines (35 loc) · 1.43 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/praetorian-inc/snowcat
go 1.16
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/envoyproxy/go-control-plane v0.9.10-0.20210902042146-151bc0c70919
github.com/fatih/color v1.12.0
github.com/gogo/protobuf v1.3.2
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/jackpal/gateway v1.0.7
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/spyzhov/ajson v0.4.2
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
google.golang.org/api v0.57.0 // indirect
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6 // indirect
google.golang.org/grpc v1.40.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
istio.io/api v0.0.0-20210922023733-37753c518070
istio.io/client-go v1.12.0-alpha.1.0.20210922024145-e0d34c580b30
istio.io/gogo-genproto v0.0.0-20210913204419-9ca283dc56e4 // indirect
istio.io/pkg v0.0.0-20210914184925-da9399ebffe5
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
k8s.io/klog/v2 v2.10.0 // indirect
)