1
1
module github.com/elastic/cloud-on-k8s
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.2
7
7
github.com/blang/semver/v4 v4.0.0
8
- github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
9
8
github.com/davecgh/go-spew v1.1.1
10
- github.com/dgryski/go-gk v0.0.0-20140819190930-201884a44051 // indirect
11
9
github.com/elastic/go-ucfg v0.8.4
12
- github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
13
10
github.com/fsnotify/fsnotify v1.5.1
14
11
github.com/ghodss/yaml v1.0.0
15
12
github.com/go-logr/logr v1.2.2
16
13
github.com/go-test/deep v1.0.8
17
14
github.com/gobuffalo/flect v0.2.4
18
15
github.com/google/go-cmp v0.5.6
19
- github.com/google/gofuzz v1.2.0 // indirect
20
16
github.com/google/uuid v1.3.0
21
17
github.com/hashicorp/go-multierror v1.1.1
22
18
github.com/hashicorp/vault/api v1.3.1
23
19
github.com/imdario/mergo v0.3.12
24
- github.com/influxdata/tdigest v0.0.1 // indirect
25
20
github.com/magiconair/properties v1.8.5
26
21
github.com/pkg/errors v0.9.1
27
22
github.com/pmezard/go-difflib v1.0.0
@@ -31,7 +26,6 @@ require (
31
26
github.com/spf13/cobra v1.3.0
32
27
github.com/spf13/pflag v1.0.5
33
28
github.com/spf13/viper v1.10.1
34
- github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
35
29
github.com/stretchr/testify v1.7.0
36
30
github.com/tsenart/vegeta v12.7.0+incompatible
37
31
go.elastic.co/apm v1.15.0
@@ -50,5 +44,109 @@ require (
50
44
sigs.k8s.io/controller-tools v0.8.0
51
45
)
52
46
47
+ require (
48
+ cloud.google.com/go v0.99.0 // indirect
49
+ github.com/Masterminds/goutils v1.1.1 // indirect
50
+ github.com/Masterminds/semver/v3 v3.1.1 // indirect
51
+ github.com/armon/go-metrics v0.3.10 // indirect
52
+ github.com/armon/go-radix v1.0.0 // indirect
53
+ github.com/beorn7/perks v1.0.1 // indirect
54
+ github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
55
+ github.com/cenkalti/backoff/v3 v3.0.0 // indirect
56
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
57
+ github.com/dgryski/go-gk v0.0.0-20140819190930-201884a44051 // indirect
58
+ github.com/elastic/go-licenser v0.3.1 // indirect
59
+ github.com/elastic/go-sysinfo v1.1.1 // indirect
60
+ github.com/elastic/go-windows v1.0.0 // indirect
61
+ github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
62
+ github.com/evanphx/json-patch v4.12.0+incompatible // indirect
63
+ github.com/fatih/color v1.13.0 // indirect
64
+ github.com/go-logr/zapr v1.2.0 // indirect
65
+ github.com/gogo/protobuf v1.3.2 // indirect
66
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
67
+ github.com/golang/protobuf v1.5.2 // indirect
68
+ github.com/golang/snappy v0.0.4 // indirect
69
+ github.com/google/gofuzz v1.2.0 // indirect
70
+ github.com/googleapis/gnostic v0.5.5 // indirect
71
+ github.com/hashicorp/errwrap v1.1.0 // indirect
72
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
73
+ github.com/hashicorp/go-hclog v1.0.0 // indirect
74
+ github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
75
+ github.com/hashicorp/go-plugin v1.4.3 // indirect
76
+ github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
77
+ github.com/hashicorp/go-rootcerts v1.0.2 // indirect
78
+ github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect
79
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 // indirect
80
+ github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 // indirect
81
+ github.com/hashicorp/go-sockaddr v1.0.2 // indirect
82
+ github.com/hashicorp/go-uuid v1.0.2 // indirect
83
+ github.com/hashicorp/go-version v1.2.0 // indirect
84
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
85
+ github.com/hashicorp/hcl v1.0.0 // indirect
86
+ github.com/hashicorp/vault/sdk v0.3.0 // indirect
87
+ github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
88
+ github.com/huandu/xstrings v1.3.1 // indirect
89
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
90
+ github.com/influxdata/tdigest v0.0.1 // indirect
91
+ github.com/jcchavezs/porto v0.1.0 // indirect
92
+ github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
93
+ github.com/josharian/intern v1.0.0 // indirect
94
+ github.com/json-iterator/go v1.1.12 // indirect
95
+ github.com/mailru/easyjson v0.7.6 // indirect
96
+ github.com/mattn/go-colorable v0.1.12 // indirect
97
+ github.com/mattn/go-isatty v0.0.14 // indirect
98
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
99
+ github.com/mitchellh/copystructure v1.0.0 // indirect
100
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
101
+ github.com/mitchellh/go-testing-interface v1.0.0 // indirect
102
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
103
+ github.com/mitchellh/reflectwalk v1.0.0 // indirect
104
+ github.com/moby/spdystream v0.2.0 // indirect
105
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
106
+ github.com/modern-go/reflect2 v1.0.2 // indirect
107
+ github.com/oklog/run v1.0.0 // indirect
108
+ github.com/pelletier/go-toml v1.9.4 // indirect
109
+ github.com/pierrec/lz4 v2.5.2+incompatible // indirect
110
+ github.com/prometheus/client_model v0.2.0 // indirect
111
+ github.com/prometheus/procfs v0.6.0 // indirect
112
+ github.com/ryanuber/go-glob v1.0.0 // indirect
113
+ github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
114
+ github.com/shopspring/decimal v1.2.0 // indirect
115
+ github.com/spf13/afero v1.6.0 // indirect
116
+ github.com/spf13/cast v1.4.1 // indirect
117
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
118
+ github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
119
+ github.com/subosito/gotenv v1.2.0 // indirect
120
+ go.elastic.co/apm/module/apmhttp v1.15.0 // indirect
121
+ go.elastic.co/fastjson v1.1.0 // indirect
122
+ go.uber.org/atomic v1.9.0 // indirect
123
+ go.uber.org/multierr v1.6.0 // indirect
124
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
125
+ golang.org/x/mod v0.5.0 // indirect
126
+ golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
127
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
128
+ golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
129
+ golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
130
+ golang.org/x/text v0.3.7 // indirect
131
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
132
+ golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
133
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
134
+ gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
135
+ google.golang.org/appengine v1.6.7 // indirect
136
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
137
+ google.golang.org/grpc v1.43.0 // indirect
138
+ google.golang.org/protobuf v1.27.1 // indirect
139
+ gopkg.in/inf.v0 v0.9.1 // indirect
140
+ gopkg.in/ini.v1 v1.66.2 // indirect
141
+ gopkg.in/square/go-jose.v2 v2.5.1 // indirect
142
+ howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
143
+ k8s.io/apiextensions-apiserver v0.23.0 // indirect
144
+ k8s.io/component-base v0.23.0 // indirect
145
+ k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
146
+ sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
147
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
148
+ sigs.k8s.io/yaml v1.3.0 // indirect
149
+ )
150
+
53
151
// this is used by vegeta, but the version they use is older and did not include a licence. we require the licence and so pin this
54
152
replace github.com/dgryski/go-gk => github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654
0 commit comments