@@ -3,57 +3,28 @@ module stash.appscode.dev/elasticsearch
3
3
go 1.12
4
4
5
5
require (
6
- cloud.google.com/go v0.56.0 // indirect
7
- github.com/Azure/go-autorest/autorest v0.10.2 // indirect
8
- github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
9
- github.com/NYTimes/gziphandler v1.1.1 // indirect
10
- github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
11
- github.com/blang/semver v3.5.1+incompatible // indirect
12
- github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
6
+ github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
13
7
github.com/go-openapi/spec v0.19.8
14
- github.com/go-openapi/swag v0.19.9 // indirect
15
8
github.com/gogo/protobuf v1.3.1
16
9
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
17
- github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
18
10
github.com/google/gofuzz v1.1.0
19
- github.com/googleapis/gnostic v0.4.0 // indirect
20
- github.com/gophercloud/gophercloud v0.11.0 // indirect
21
- github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
22
- github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
23
- github.com/hashicorp/golang-lru v0.5.4 // indirect
24
- github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
25
- github.com/kr/pretty v0.2.0 // indirect
26
- github.com/mailru/easyjson v0.7.1 // indirect
27
- github.com/mattn/go-colorable v0.1.6 // indirect
28
- github.com/mitchellh/mapstructure v1.2.2 // indirect
29
- github.com/prometheus/client_golang v1.6.0 // indirect
30
- github.com/spf13/cobra v0.0.5
31
- github.com/stretchr/testify v1.5.1 // indirect
11
+ github.com/spf13/cobra v1.1.1
32
12
github.com/yudai/gojsondiff v1.0.0
33
13
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
34
- go.uber.org/atomic v1.6.0 // indirect
35
- go.uber.org/zap v1.13.0 // indirect
36
- golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
37
- golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
38
- golang.org/x/tools v0.0.0-20200603131246-cc40288be839 // indirect
39
- google.golang.org/appengine v1.6.6 // indirect
40
- google.golang.org/genproto v0.0.0-20200603110839-e855014d5736 // indirect
41
- gopkg.in/yaml.v2 v2.3.0 // indirect
14
+ gomodules.xyz/runtime v0.0.0-20201104200926-d838b09dda8b
15
+ gomodules.xyz/x v0.0.0-20201105065653-91c568df6331
42
16
k8s.io/apiextensions-apiserver v0.18.9
43
17
k8s.io/apimachinery v0.18.9
44
18
k8s.io/client-go v0.18.9
45
19
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
46
- k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
47
- kmodules.xyz/client-go v0.0.0-20201027113349-01a6d453d836
20
+ kmodules.xyz/client-go v0.0.0-20201105071625-0b277310b9b8
48
21
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
49
- kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
50
- kmodules.xyz/offshoot-api v0.0.0-20201027212804-f5e6dc573558
22
+ kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
23
+ kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2
51
24
sigs.k8s.io/yaml v1.2.0
52
- stash.appscode.dev/apimachinery v0.11.3
25
+ stash.appscode.dev/apimachinery v0.11.6-0.20201106214826-132a511faa97
53
26
)
54
27
55
- // release-1.18
56
-
57
28
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
58
29
59
30
replace cloud.google.com/go => cloud.google.com/go v0.49.0
@@ -84,6 +55,26 @@ replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logg
84
55
85
56
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0
86
57
58
+ replace github.com/go-openapi/analysis => github.com/go-openapi/analysis v0.19.5
59
+
60
+ replace github.com/go-openapi/errors => github.com/go-openapi/errors v0.19.2
61
+
62
+ replace github.com/go-openapi/jsonpointer => github.com/go-openapi/jsonpointer v0.19.3
63
+
64
+ replace github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.19.3
65
+
66
+ replace github.com/go-openapi/loads => github.com/go-openapi/loads v0.19.4
67
+
68
+ replace github.com/go-openapi/runtime => github.com/go-openapi/runtime v0.19.4
69
+
70
+ replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3
71
+
72
+ replace github.com/go-openapi/strfmt => github.com/go-openapi/strfmt v0.19.3
73
+
74
+ replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.19.5
75
+
76
+ replace github.com/go-openapi/validate => github.com/go-openapi/validate v0.19.5
77
+
87
78
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.1
88
79
89
80
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.2
0 commit comments