@@ -9,52 +9,46 @@ require (
9
9
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
10
10
github.com/aliyun/aliyun-oss-go-sdk v2.0.6+incompatible
11
11
github.com/antonmedv/expr v1.8.2
12
- github.com/argoproj/pkg v0.0.0-20200424003221-9b858eff18a1
13
- github.com/aws/aws-sdk-go v1.33.0 // indirect
12
+ github.com/argoproj/pkg v0.1.0
14
13
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
15
14
github.com/beorn7/perks v1.0.1 // indirect
16
15
github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31
17
16
github.com/coreos/go-oidc v2.2.1+incompatible
18
17
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
19
- github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
20
18
github.com/evanphx/json-patch v4.5.0+incompatible
21
19
github.com/fatih/structs v1.1.0 // indirect
22
20
github.com/gavv/httpexpect/v2 v2.0.3
23
- github.com/go-ini/ini v1.51.1 // indirect
24
21
github.com/go-openapi/jsonreference v0.19.3
25
22
github.com/go-openapi/spec v0.19.8
26
23
github.com/go-sql-driver/mysql v1.5.0
27
24
github.com/go-swagger/go-swagger v0.23.0
28
25
github.com/gogo/protobuf v1.3.1
29
26
github.com/golang/protobuf v1.4.2
30
- github.com/google/gofuzz v1.1.0 // indirect
31
27
github.com/gophercloud/gophercloud v0.7.0 // indirect
32
28
github.com/gorilla/websocket v1.4.2
33
29
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
34
- github.com/grpc-ecosystem/grpc-gateway v1.12.2
30
+ github.com/grpc-ecosystem/grpc-gateway v1.14.6
35
31
github.com/hashicorp/golang-lru v0.5.3 // indirect
36
32
github.com/imdario/mergo v0.3.8 // indirect
37
33
github.com/imkira/go-interpol v1.1.0 // indirect
38
34
github.com/jcmturner/gofork v1.0.0 // indirect
39
- github.com/json-iterator/go v1.1.9 // indirect
40
35
github.com/jstemmer/go-junit-report v0.9.1
41
36
github.com/klauspost/compress v1.9.7 // indirect
42
37
github.com/lib/pq v1.3.0 // indirect
43
38
github.com/mattn/goreman v0.3.5
44
- github.com/minio/minio-go v6.0.14+incompatible // indirect
45
39
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
46
40
github.com/pkg/errors v0.9.1
47
41
github.com/prometheus/client_golang v1.0.0
48
- github.com/prometheus/client_model v0.1 .0
42
+ github.com/prometheus/client_model v0.2 .0
49
43
github.com/prometheus/common v0.7.0
50
44
github.com/prometheus/procfs v0.0.8 // indirect
51
45
github.com/robfig/cron/v3 v3.0.1
52
46
github.com/satori/go.uuid v1.2.0 // indirect
53
47
github.com/sergi/go-diff v1.1.0 // indirect
54
- github.com/sirupsen/logrus v1.4.2
48
+ github.com/sirupsen/logrus v1.6.0
55
49
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
56
50
github.com/soheilhy/cmux v0.1.4
57
- github.com/spf13/cobra v0 .0.5
51
+ github.com/spf13/cobra v1 .0.0
58
52
github.com/stretchr/testify v1.6.1
59
53
github.com/tidwall/gjson v1.3.5
60
54
github.com/valyala/fasttemplate v1.1.0
@@ -67,21 +61,24 @@ require (
67
61
golang.org/x/tools v0.0.0-20200630154851-b2d8b0336632
68
62
google.golang.org/api v0.20.0
69
63
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
70
- google.golang.org/grpc v1.28.0
64
+ google.golang.org/grpc v1.29.1
71
65
gopkg.in/go-playground/webhooks.v5 v5.15.0
72
66
gopkg.in/jcmturner/goidentity.v2 v2.0.0 // indirect
73
67
gopkg.in/jcmturner/gokrb5.v5 v5.3.0
74
68
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
75
69
gopkg.in/src-d/go-git.v4 v4.13.1
76
- k8s.io/api v0.17.5
77
- k8s.io/apimachinery v0.17.5
78
- k8s.io/client-go v0.17.5
70
+ k8s.io/api v0.17.8
71
+ k8s.io/apimachinery v0.17.8
72
+ k8s.io/client-go v0.17.8
79
73
k8s.io/code-generator v0.17.5
80
- k8s.io/kube-openapi v0.0.0-20200316234421-82d701f24f9d
74
+ k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29
81
75
k8s.io/utils v0.0.0-20200327001022-6496210b90e8
82
- sigs.k8s.io/controller-tools v0.0.0-00010101000000-000000000000
76
+ sigs.k8s.io/controller-tools v0.3.0
83
77
sigs.k8s.io/yaml v1.2.0
84
78
upper.io/db.v3 v3.6.3+incompatible
85
79
)
86
80
87
- replace sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.2.9
81
+ replace (
82
+ github.com/grpc-ecosystem/grpc-gateway => github.com/grpc-ecosystem/grpc-gateway v1.12.2
83
+ sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.2.9
84
+ )
0 commit comments