Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec797fe

Browse files
authoredFeb 3, 2025··
build(deps): bump github.com/beevik/etree from 1.4.0 to 1.5.0
Bumps [github.com/beevik/etree](https://github.com/beevik/etree) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/beevik/etree/releases) - [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md) - [Commits](beevik/etree@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/beevik/etree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbb5c22 commit ec797fe

File tree

7 files changed

+145
-103
lines changed

7 files changed

+145
-103
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
1111
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0
1212
github.com/aws/aws-sdk-go v1.55.6
13-
github.com/beevik/etree v1.4.0
13+
github.com/beevik/etree v1.5.0
1414
github.com/containers/libhvee v0.9.0
1515
github.com/coreos/go-semver v0.3.1
1616
github.com/coreos/go-systemd/v22 v22.5.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2/go.mod h1:wP83
3232
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3333
github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk=
3434
github.com/aws/aws-sdk-go v1.55.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
35-
github.com/beevik/etree v1.4.0 h1:oz1UedHRepuY3p4N5OjE0nK1WLCqtzHf25bxplKOHLs=
36-
github.com/beevik/etree v1.4.0/go.mod h1:cyWiXwGoasx60gHvtnEh5x8+uIjUVnjWqBvEnhnqKDA=
35+
github.com/beevik/etree v1.5.0 h1:iaQZFSDS+3kYZiGoc9uKeOkUY3nYMXOKLl6KIJxiJWs=
36+
github.com/beevik/etree v1.5.0/go.mod h1:gPNJNaBGVZ9AwsidazFZyygnd+0pAU38N4D+WemwKNs=
3737
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
3838
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
3939
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=

‎vendor/github.com/beevik/etree/RELEASE_NOTES.md

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/beevik/etree/etree.go

+95-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/beevik/etree/helpers.go

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/beevik/etree/path.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ github.com/aws/aws-sdk-go/service/sso/ssoiface
165165
github.com/aws/aws-sdk-go/service/ssooidc
166166
github.com/aws/aws-sdk-go/service/sts
167167
github.com/aws/aws-sdk-go/service/sts/stsiface
168-
# github.com/beevik/etree v1.4.0
169-
## explicit; go 1.16
168+
# github.com/beevik/etree v1.5.0
169+
## explicit; go 1.21.0
170170
github.com/beevik/etree
171171
# github.com/containers/libhvee v0.9.0
172172
## explicit; go 1.22.0

0 commit comments

Comments
 (0)
Please sign in to comment.