Skip to content

Commit

Permalink
Bump github.com/lmittmann/w3 from 0.14.0 to 0.14.2 in /examples (#22)
Browse files Browse the repository at this point in the history
Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.14.0...v0.14.2)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/w3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent c4747df commit c2148e5
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 @@ -4,7 +4,7 @@ go 1.21

require (
github.com/lmittmann/go-solc v0.0.0
github.com/lmittmann/w3 v0.14.0
github.com/lmittmann/w3 v0.14.2
)

replace github.com/lmittmann/go-solc => ../
Expand Down
4 changes: 2 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,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.0 h1:whEuNYqm7U/S1J8xWiOMsOqDNIOrbJNi9Lg948YlGUc=
github.com/lmittmann/w3 v0.14.0/go.mod h1:BF56V7bSquGGVJQ/lqbYKbwZDxQA4dJKgx2dQlV4vk4=
github.com/lmittmann/w3 v0.14.2 h1:8bUxLZiebtftug/3XMnmnH+Cko2zZOvi463kgAQdND8=
github.com/lmittmann/w3 v0.14.2/go.mod h1:Zpbhu084F+Bv3M363XKGPybT55ezFMzbMH2jqOStXqA=
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 c2148e5

Please sign in to comment.