@@ -3,36 +3,18 @@ module github.com/inwinstack/pa-svc-syncker
3
3
go 1.12
4
4
5
5
require (
6
- github.com/davecgh/go-spew v1.1.1 // indirect
7
- github.com/ghodss/yaml v1.0.0 // indirect
8
- github.com/gogo/protobuf v1.2.0 // indirect
9
6
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
10
- github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
11
- github.com/google/btree v1.0.0 // indirect
12
- github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
13
- github.com/googleapis/gnostic v0.2.0 // indirect
14
- github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
15
- github.com/hashicorp/golang-lru v0.5.0 // indirect
16
- github.com/imdario/mergo v0.3.6 // indirect
17
- github.com/inwinstack/blended v0.6.0
18
- github.com/json-iterator/go v1.1.5 // indirect
19
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
20
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
21
- github.com/onsi/ginkgo v1.8.0 // indirect
22
- github.com/onsi/gomega v1.5.0 // indirect
23
- github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
24
- github.com/spf13/pflag v1.0.3
25
- github.com/stretchr/testify v1.3.0
26
- github.com/thoas/go-funk v0.0.0-20181015191849-9132db0aefe2
27
- golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b // indirect
28
- golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
29
- golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
30
- golang.org/x/sys v0.0.0-20190123074212-c6b37f3e9285 // indirect
31
- golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
32
- gopkg.in/inf.v0 v0.9.1 // indirect
33
- gopkg.in/yaml.v2 v2.2.2 // indirect
34
- k8s.io/api v0.0.0-20180628040859-072894a440bd
35
- k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d
36
- k8s.io/client-go v8.0.0+incompatible
37
- k8s.io/kube-openapi v0.0.0-20190115222348-ced9eb3070a5 // indirect
7
+ github.com/inwinstack/blended v0.7.0
8
+ github.com/spf13/pflag v1.0.1
9
+ github.com/stretchr/testify v1.2.2
10
+ github.com/thoas/go-funk v0.4.0
11
+ k8s.io/api v0.0.0-20190620084959-7cf5895f2711
12
+ k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
13
+ k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
14
+ )
15
+
16
+ replace (
17
+ k8s.io/api => k8s.io/api v0.0.0-20190620084959-7cf5895f2711
18
+ k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
19
+ k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
38
20
)
0 commit comments