-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (31 loc) · 1.12 KB
/
go.mod
File metadata and controls
33 lines (31 loc) · 1.12 KB
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
module github.com/grafeas/kritis
go 1.14
require (
cloud.google.com/go v0.57.0
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/docker/distribution v2.7.1+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.2
github.com/google/go-containerregistry v0.2.1
github.com/json-iterator/go v1.1.10 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
google.golang.org/api v0.22.0
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497
google.golang.org/grpc v1.29.1
gopkg.in/d4l3k/messagediff.v1 v1.2.1
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/kube-openapi v0.0.0-20200410163147-594e756bea31 // indirect
)