Skip to content

Commit

Permalink
build: bump goat-geth to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Dec 11, 2024
1 parent 90b5d79 commit 01731ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.50.10
github.com/cosmos/gogoproto v1.7.0
github.com/ethereum/go-ethereum v1.14.11
github.com/ethereum/go-ethereum v1.14.12
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0
Expand All @@ -47,7 +47,7 @@ replace (
// github.com/cosmos/cosmos-sdk => ../goat-cosmos-sdk
// goat-geth implementation
// github.com/ethereum/go-ethereum => ../goat-geth
github.com/ethereum/go-ethereum => github.com/GOATNetwork/goat-geth v0.1.0
github.com/ethereum/go-ethereum => github.com/GOATNetwork/goat-geth v0.1.3
// fix upstream GHSA-h395-qcrw-5vmq vulnerability.
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
// replace broken goleveldb
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dX
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/GOATNetwork/goat-geth v0.1.0 h1:JbJnphXNNmEE5YoQpJEoDC8A6x+nnLyUgn7pLjlJRr0=
github.com/GOATNetwork/goat-geth v0.1.0/go.mod h1:3hFfXPoLxRMg3VKcGQCDF+wxU3Oo+LrmkFbcTZe53cI=
github.com/GOATNetwork/goat-geth v0.1.3 h1:cNwwuvqn0MJzNPblmFgZuGJsA7dl2yi/e/PgSgCXwXQ=
github.com/GOATNetwork/goat-geth v0.1.3/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
Expand Down

0 comments on commit 01731ec

Please sign in to comment.