Skip to content

Commit

Permalink
Bump github.com/lmittmann/w3 from 0.14.6 to 0.14.7 in /examples (#74)
Browse files Browse the repository at this point in the history
Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.14.6 to 0.14.7.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.14.6...v0.14.7)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/w3
  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] authored Mar 5, 2024
1 parent 5b53f98 commit e6efa5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/ethereum/go-ethereum v1.13.14
github.com/lmittmann/flashbots v0.0.0
github.com/lmittmann/w3 v0.14.6
github.com/lmittmann/w3 v0.14.7
)

replace github.com/lmittmann/flashbots => ../
Expand Down
4 changes: 2 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ github.com/labstack/echo/v4 v4.5.0/go.mod h1:czIriw4a0C1dFun+ObrXp7ok03xON0N1awS
github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c=
github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8=
github.com/lmittmann/w3 v0.14.6 h1:KqUtYGjg6GMxT5SnA9tQJ0DmcBHfPP8D9BRpeRZ0inA=
github.com/lmittmann/w3 v0.14.6/go.mod h1:hyTSYQBxT8MCMNMEoGnlLocyL1hgYqfUp5By22OW8qY=
github.com/lmittmann/w3 v0.14.7 h1:DhpjNTsulKmVBGter35q9iTyd/8l+4VyXtl/bv7oN6I=
github.com/lmittmann/w3 v0.14.7/go.mod h1:i8FMu9hIpaDJNAiNaRZ4n2pJ5EN/8xSSw45h4xBvztY=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
Expand Down

0 comments on commit e6efa5d

Please sign in to comment.