Skip to content

Commit fd54672

Browse files
build(deps): bump github.com/elastic/go-structform from 0.0.10 to 0.0.11 (#3780)
* build(deps): bump github.com/elastic/go-structform from 0.0.10 to 0.0.11 Bumps [github.com/elastic/go-structform](https://github.com/elastic/go-structform) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/elastic/go-structform/releases) - [Changelog](https://github.com/elastic/go-structform/blob/main/CHANGELOG.md) - [Commits](elastic/go-structform@v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: github.com/elastic/go-structform dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 16944dc commit fd54672

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9208,11 +9208,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-licenser@v0.
92089208

92099209
--------------------------------------------------------------------------------
92109210
Dependency : github.com/elastic/go-structform
9211-
Version: v0.0.10
9211+
Version: v0.0.11
92129212
Licence type (autodetected): Apache-2.0
92139213
--------------------------------------------------------------------------------
92149214

9215-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-structform@v0.0.10/LICENSE:
9215+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-structform@v0.0.11/LICENSE:
92169216

92179217
Apache License
92189218
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/davecgh/go-spew v1.1.1 // indirect
5252
github.com/dustin/go-humanize v1.0.1 // indirect
5353
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
54-
github.com/elastic/go-structform v0.0.10 // indirect
54+
github.com/elastic/go-structform v0.0.11 // indirect
5555
github.com/elastic/go-sysinfo v1.14.1 // indirect
5656
github.com/elastic/go-windows v1.0.2 // indirect
5757
github.com/elastic/gosigar v0.14.3 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHo
4343
github.com/elastic/elastic-transport-go/v8 v8.6.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
4444
github.com/elastic/go-elasticsearch/v8 v8.14.0 h1:1ywU8WFReLLcxE1WJqii3hTtbPUE2hc38ZK/j4mMFow=
4545
github.com/elastic/go-elasticsearch/v8 v8.14.0/go.mod h1:WRvnlGkSuZyp83M2U8El/LGXpCjYLrvlkSgkAH4O5I4=
46-
github.com/elastic/go-structform v0.0.10 h1:oy08o/Ih2hHTkNcRY/1HhaYvIp5z6t8si8gnCJPDo1w=
47-
github.com/elastic/go-structform v0.0.10/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4=
46+
github.com/elastic/go-structform v0.0.11 h1:3wpbA+vCZ3QtX+dyMDVYO08jmVdwJmEz6E9OHVeUYpc=
47+
github.com/elastic/go-structform v0.0.11/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4=
4848
github.com/elastic/go-sysinfo v1.14.1 h1:BpY/Utfz75oKSpsQnbAJmmlnT3gBV9WFsopBEYgjhZY=
4949
github.com/elastic/go-sysinfo v1.14.1/go.mod h1:FKUXnZWhnYI0ueO7jhsGV3uQJ5hiz8OqM5b3oGyaRr8=
5050
github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk=

0 commit comments

Comments
 (0)