Skip to content

Commit 1d84d20

Browse files
Bump github.com/elastic/go-ucfg from 0.8.7 to 0.8.8 (#4430)
* Bump github.com/elastic/go-ucfg from 0.8.7 to 0.8.8 Bumps [github.com/elastic/go-ucfg](https://github.com/elastic/go-ucfg) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/elastic/go-ucfg/releases) - [Changelog](https://github.com/elastic/go-ucfg/blob/main/CHANGELOG.md) - [Commits](elastic/go-ucfg@v0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: github.com/elastic/go-ucfg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update NOTICE.txt --------- 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> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent 5f8338b commit 1d84d20

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
@@ -2434,11 +2434,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-sysinfo@v1.1
24342434

24352435
--------------------------------------------------------------------------------
24362436
Dependency : github.com/elastic/go-ucfg
2437-
Version: v0.8.7
2437+
Version: v0.8.8
24382438
Licence type (autodetected): Apache-2.0
24392439
--------------------------------------------------------------------------------
24402440

2441-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-ucfg@v0.8.7/LICENSE:
2441+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-ucfg@v0.8.8/LICENSE:
24422442

24432443
Apache License
24442444
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/elastic/go-elasticsearch/v8 v8.12.1
2121
github.com/elastic/go-licenser v0.4.1
2222
github.com/elastic/go-sysinfo v1.13.1
23-
github.com/elastic/go-ucfg v0.8.7
23+
github.com/elastic/go-ucfg v0.8.8
2424
github.com/fatih/color v1.15.0
2525
github.com/fsnotify/fsnotify v1.7.0
2626
github.com/gofrs/flock v0.8.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,8 @@ github.com/elastic/go-sysinfo v1.7.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6
821821
github.com/elastic/go-sysinfo v1.13.1 h1:U5Jlx6c/rLkR72O8wXXXo1abnGlWGJU/wbzNJ2AfQa4=
822822
github.com/elastic/go-sysinfo v1.13.1/go.mod h1:GKqR8bbMK/1ITnez9NIsIfXQr25aLhRJa7AfT8HpBFQ=
823823
github.com/elastic/go-ucfg v0.8.6/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
824-
github.com/elastic/go-ucfg v0.8.7 h1:/bKaN553LY3MsfEIz2XOEEs+tRw03TzJCARrnVPpOyc=
825-
github.com/elastic/go-ucfg v0.8.7/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
824+
github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk=
825+
github.com/elastic/go-ucfg v0.8.8/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
826826
github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU=
827827
github.com/elastic/go-windows v1.0.1 h1:AlYZOldA+UJ0/2nBuqWdo90GFCgG9xuyw9SYzGUtJm0=
828828
github.com/elastic/go-windows v1.0.1/go.mod h1:FoVvqWSun28vaDQPbj2Elfc0JahhPB7WQEGa3c814Ss=

0 commit comments

Comments
 (0)