-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
49 lines (47 loc) · 1.79 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
44
45
46
47
48
49
module github.com/alex-held/devctl
go 1.16
require (
github.com/a8m/envsubst v1.2.0
github.com/alex-held/devctl-kit v1.0.2
github.com/alex-held/gold v1.0.2
github.com/axw/gocov v1.0.0
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2
github.com/go-logr/logr v1.1.0 // indirect
github.com/golang/mock v1.6.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0
github.com/json-iterator/go v1.1.12 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mandelsoft/vfs v0.0.0-20210530103237-5249dc39ce91
github.com/mattn/go-isatty v0.0.14
github.com/mattn/goveralls v0.0.8
github.com/mitchellh/mapstructure v1.4.2
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5
github.com/muesli/termenv v0.9.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.25.0
github.com/sahilm/fuzzy v0.1.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/traefik/yaegi v0.10.0
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.5
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/apimachinery v0.22.2
k8s.io/klog/v2 v2.20.0
sigs.k8s.io/yaml v1.3.0
)