Skip to content

Commit

Permalink
Bump github.com/0xPolygonHermez/zkevm-node from 0.6.8-RC8 to 0.7.1-RC3
Browse files Browse the repository at this point in the history
Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.6.8-RC8 to 0.7.1-RC3.
- [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
- [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
- [Commits](0xPolygonHermez/zkevm-node@v0.6.8-RC8...v0.7.1-RC3)

---
updated-dependencies:
- dependency-name: github.com/0xPolygonHermez/zkevm-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 30, 2024
1 parent c71312f commit f925ae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/0xPolygonHermez/zkevm-bridge-service
go 1.21

require (
github.com/0xPolygonHermez/zkevm-node v0.6.8-RC8
github.com/0xPolygonHermez/zkevm-node v0.7.1-RC3
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/ethereum/go-ethereum v1.13.11
github.com/gobuffalo/packr/v2 v2.8.3
Expand All @@ -30,7 +30,7 @@ require (

require (
dario.cat/mergo v1.0.0 // indirect
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-0.20240426122934-6f47d2485fc1 // indirect
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-RC8 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-0.20240426122934-6f47d2485fc1 h1:4wbCJOGcZ8BTuOfNFrcZ1cAVfTWaX1W9EYHaDx3imLc=
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-0.20240426122934-6f47d2485fc1/go.mod h1:0QkAXcFa92mFJrCbN3UPUJGJYes851yEgYHLONnaosE=
github.com/0xPolygonHermez/zkevm-node v0.6.8-RC8 h1:lCykDArIsRmnJY3KfaQt1sR57pfcd6iNxFoZUJZMksE=
github.com/0xPolygonHermez/zkevm-node v0.6.8-RC8/go.mod h1:57LAvmJ5IEr911nXeg9UzQvJ7z/a0Jo4VdUdYtoZ0aQ=
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-RC8 h1:ws6oU7t5zFxjPkGNsAJL6ial/ZK7NCQCfXqmgZOXfvc=
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-RC8/go.mod h1:bv7DjATsczN2WvFt26jv34TWv6rfvYM1SqegrgrFwfI=
github.com/0xPolygonHermez/zkevm-node v0.7.1-RC3 h1:PgTf7IH2Je7tzT7QDw1G9IxZA8NMMIkiYIje+yVJJl8=
github.com/0xPolygonHermez/zkevm-node v0.7.1-RC3/go.mod h1:M62A8dGDpGcjQyV+d1WKM25YDl+oZN2PeP65cpk3fLk=
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
Expand Down

0 comments on commit f925ae5

Please sign in to comment.