Skip to content

Commit

Permalink
Bump github.com/apache/beam/sdks/v2 from 2.55.0 to 2.55.1 (#35)
Browse files Browse the repository at this point in the history
Bumps [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) from 2.55.0 to 2.55.1.
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.55.0...v2.55.1)

---
updated-dependencies:
- dependency-name: github.com/apache/beam/sdks/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent d70bc7d commit 9f3fcb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module example.com/my_app

go 1.22

require github.com/apache/beam/sdks/v2 v2.55.0
require github.com/apache/beam/sdks/v2 v2.55.1

require (
cloud.google.com/go v0.112.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg6
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/apache/beam/sdks/v2 v2.55.0 h1:zVoIJc4/TEpxBAakzPSNVEJ3gdafMFFUByb6BVUaPHs=
github.com/apache/beam/sdks/v2 v2.55.0/go.mod h1:jpi0PBhBaAs0FkQAUpVp2S8LBVyUTyahO8Fb7XE5m+4=
github.com/apache/beam/sdks/v2 v2.55.1 h1:tlpVpS/dE+6MjbByuTYDh7N0fV8xkxu4w95xy4PEW6o=
github.com/apache/beam/sdks/v2 v2.55.1/go.mod h1:jpi0PBhBaAs0FkQAUpVp2S8LBVyUTyahO8Fb7XE5m+4=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down

0 comments on commit 9f3fcb2

Please sign in to comment.