@@ -11,7 +11,7 @@ require (
11
11
github.com/cbroglie/mustache v1.4.0
12
12
github.com/cespare/xxhash/v2 v2.2.0
13
13
github.com/dustin/go-humanize v1.0.1
14
- github.com/elastic/elastic-integration-corpus-generator-tool v0.8 .0
14
+ github.com/elastic/elastic-integration-corpus-generator-tool v0.9 .0
15
15
github.com/elastic/go-elasticsearch/v7 v7.17.10
16
16
github.com/elastic/go-licenser v0.4.1
17
17
github.com/elastic/go-resource v0.1.1
@@ -95,6 +95,7 @@ require (
95
95
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
96
96
github.com/hashicorp/errwrap v1.1.0 // indirect
97
97
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
98
+ github.com/hashicorp/go-hclog v1.5.0 // indirect
98
99
github.com/hashicorp/go-multierror v1.1.1 // indirect
99
100
github.com/huandu/xstrings v1.4.0 // indirect
100
101
github.com/imdario/mergo v0.3.16 // indirect
@@ -138,7 +139,7 @@ require (
138
139
github.com/shoenig/go-m1cpu v0.1.6 // indirect
139
140
github.com/shopspring/decimal v1.3.1 // indirect
140
141
github.com/skeema/knownhosts v1.2.1 // indirect
141
- github.com/spf13/afero v1.10 .0 // indirect
142
+ github.com/spf13/afero v1.11 .0 // indirect
142
143
github.com/spf13/cast v1.5.1 // indirect
143
144
github.com/spf13/pflag v1.0.5 // indirect
144
145
github.com/stretchr/objx v0.5.1 // indirect
@@ -157,12 +158,12 @@ require (
157
158
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
158
159
golang.org/x/mod v0.14.0 // indirect
159
160
golang.org/x/net v0.19.0 // indirect
160
- golang.org/x/oauth2 v0.12 .0 // indirect
161
+ golang.org/x/oauth2 v0.15 .0 // indirect
161
162
golang.org/x/sync v0.5.0 // indirect
162
163
golang.org/x/sys v0.15.0 // indirect
163
164
golang.org/x/term v0.15.0 // indirect
164
165
golang.org/x/text v0.14.0 // indirect
165
- golang.org/x/time v0.3 .0 // indirect
166
+ golang.org/x/time v0.5 .0 // indirect
166
167
google.golang.org/appengine v1.6.7 // indirect
167
168
google.golang.org/protobuf v1.31.0 // indirect
168
169
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments