Skip to content

Commit 96ed7eb

Browse files
chore(deps): bump github.com/alitto/pond/v2 from 2.4.0 to 2.5.0 (#477)
Bumps [github.com/alitto/pond/v2](https://github.com/alitto/pond) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/alitto/pond/releases) - [Commits](alitto/pond@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: github.com/alitto/pond/v2 dependency-version: 2.5.0 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 d453e69 commit 96ed7eb

File tree

5 files changed

+27
-14
lines changed

5 files changed

+27
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/go-autorest/autorest v0.11.30
77
github.com/Azure/go-autorest/autorest/adal v0.9.24
88
github.com/Azure/go-autorest/tracing v0.6.1
9-
github.com/alitto/pond/v2 v2.4.0
9+
github.com/alitto/pond/v2 v2.5.0
1010
github.com/dlclark/regexp2 v1.11.5
1111
github.com/docker/cli v28.3.2+incompatible
1212
github.com/golang-jwt/jwt/v4 v4.5.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
1717
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
1818
github.com/Azure/go-autorest/tracing v0.6.1 h1:YUMSrC/CeD1ZnnXcNYU4a/fzsO35u2Fsful9L/2nyR0=
1919
github.com/Azure/go-autorest/tracing v0.6.1/go.mod h1:/3EgjbsjraOqiicERAeu3m7/z0x1TzjQGAwDrJrXGkc=
20-
github.com/alitto/pond/v2 v2.4.0 h1:ZsJTPeqFOrdLuvjSfwveO5c5OwL3LvAVylburWZPDPM=
21-
github.com/alitto/pond/v2 v2.4.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE=
20+
github.com/alitto/pond/v2 v2.5.0 h1:vPzS5GnvSDRhWQidmj2djHllOmjFExVFbDGCw1jdqDw=
21+
github.com/alitto/pond/v2 v2.5.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE=
2222
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
2323
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
2424
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=

vendor/github.com/alitto/pond/v2/future.go

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alitto/pond/v2/result.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ github.com/Azure/go-autorest/logger
2121
# github.com/Azure/go-autorest/tracing v0.6.1
2222
## explicit; go 1.15
2323
github.com/Azure/go-autorest/tracing
24-
# github.com/alitto/pond/v2 v2.4.0
24+
# github.com/alitto/pond/v2 v2.5.0
2525
## explicit; go 1.20
2626
github.com/alitto/pond/v2
2727
github.com/alitto/pond/v2/internal/future

0 commit comments

Comments
 (0)