Skip to content

Commit 4ee76e2

Browse files
Chore(deps): bump github.com/elastic/elastic-integration-corpus-generator-tool (#1585)
Bumps [github.com/elastic/elastic-integration-corpus-generator-tool](https://github.com/elastic/elastic-integration-corpus-generator-tool) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/elastic/elastic-integration-corpus-generator-tool/releases) - [Commits](elastic/elastic-integration-corpus-generator-tool@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-integration-corpus-generator-tool dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce69dfd commit 4ee76e2

File tree

2 files changed

+25
-329
lines changed

2 files changed

+25
-329
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/cbroglie/mustache v1.4.0
1212
github.com/cespare/xxhash/v2 v2.2.0
1313
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
1515
github.com/elastic/go-elasticsearch/v7 v7.17.10
1616
github.com/elastic/go-licenser v0.4.1
1717
github.com/elastic/go-resource v0.1.1
@@ -95,6 +95,7 @@ require (
9595
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9696
github.com/hashicorp/errwrap v1.1.0 // indirect
9797
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
98+
github.com/hashicorp/go-hclog v1.5.0 // indirect
9899
github.com/hashicorp/go-multierror v1.1.1 // indirect
99100
github.com/huandu/xstrings v1.4.0 // indirect
100101
github.com/imdario/mergo v0.3.16 // indirect
@@ -138,7 +139,7 @@ require (
138139
github.com/shoenig/go-m1cpu v0.1.6 // indirect
139140
github.com/shopspring/decimal v1.3.1 // indirect
140141
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
142143
github.com/spf13/cast v1.5.1 // indirect
143144
github.com/spf13/pflag v1.0.5 // indirect
144145
github.com/stretchr/objx v0.5.1 // indirect
@@ -157,12 +158,12 @@ require (
157158
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
158159
golang.org/x/mod v0.14.0 // indirect
159160
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
161162
golang.org/x/sync v0.5.0 // indirect
162163
golang.org/x/sys v0.15.0 // indirect
163164
golang.org/x/term v0.15.0 // indirect
164165
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
166167
google.golang.org/appengine v1.6.7 // indirect
167168
google.golang.org/protobuf v1.31.0 // indirect
168169
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)