-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
27 lines (25 loc) · 1.25 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
module lcxfs-admission-webhook
go 1.13
require (
github.com/docker/distribution v2.6.0-rc.1.0.20180313231215-34c706e75924+incompatible // indirect
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.1.1 // indirect
k8s.io/api v0.0.0-20180828232432-12444147eb11
k8s.io/apiextensions-apiserver v0.0.0-20180705231506-f584b16eb23b // indirect
k8s.io/apimachinery v0.0.0-20180619225948-e386b2658ed2
k8s.io/apiserver v0.0.0-20180908143027-88d4601515c2 // indirect
k8s.io/kubernetes v1.11.0-alpha.0.0.20180912183811-efe960cdc41e
)