Skip to content

Commit

Permalink
upgrade starknet.go (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan authored Apr 28, 2024
1 parent 2d59ad4 commit bbc48d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/NethermindEth/juno => ./juno
require (
github.com/BurntSushi/toml v1.2.1
github.com/NethermindEth/juno v0.8.1-0.20231228072404-6222563f6218
github.com/NethermindEth/starknet.go v0.6.1
github.com/NethermindEth/starknet.go v0.7.0
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/ethereum/go-ethereum v1.12.0
github.com/jinzhu/copier v0.3.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/NethermindEth/starknet.go v0.6.1 h1:c01dczL8Tau8Y0Xqg1jpDmjhCfkkt0UyCgUMyZCJVVc=
github.com/NethermindEth/starknet.go v0.6.1/go.mod h1:V6qrbi1+fTDCftETIT1grBXIf+TvWP/4Aois1a9EF1E=
github.com/NethermindEth/starknet.go v0.7.0 h1:OmKkPs7EvS8uUkoxh+y/4xeluFx4fepZoqhczr51Y/c=
github.com/NethermindEth/starknet.go v0.7.0/go.mod h1:k6qFeYocOAeY7sdF7oAaabvjXvmcVtBbLn7YE2azVyQ=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
Expand Down

0 comments on commit bbc48d5

Please sign in to comment.