Skip to content

Commit

Permalink
Update althea-L1 to v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Feb 22, 2024
1 parent 0465d49 commit 4a5fd43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ go 1.19

// Version locks
replace (

github.com/Canto-Network/Canto/v5 => github.com/althea-net/canto/v5 v5.1.0
// Gravity apparently broke go requirements by not having a go.mod in the root of the repo, this is the top commit on the main-fix branch
// This can be removed once Gravity has a fixed release version
github.com/Gravity-Bridge/Gravity-Bridge/module => github.com/Gravity-Bridge/Gravity-Bridge/module v1.4.2-0.20230609210540-bbe3d59b8de6

github.com/althea-net/althea-L1 => github.com/althea-net/althea-L1 v0.5.6
github.com/althea-net/althea-L1 => github.com/althea-net/althea-L1 v0.5.7
// Do not advance past v0.45.15-ics
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.15-ics

github.com/cosmos/ibc-go/v4 => github.com/cosmos/ibc-go/v4 v4.3.1

github.com/evmos/ethermint => github.com/althea-net/ethermint v0.19.5

github.com/Canto-Network/Canto/v5 => github.com/althea-net/canto/v5 v5.1.0
)

// Version locks
require (
github.com/Canto-Network/Canto/v5 v5.1.0
github.com/Gravity-Bridge/Gravity-Bridge/module v1.4.1
github.com/althea-net/althea-L1 v0.5.7
github.com/cosmos/cosmos-sdk v0.45.16
github.com/cosmos/ibc-go/v4 v4.3.1
github.com/althea-net/althea-L1 v0.5.6
github.com/Canto-Network/Canto/v5 v5.1.0
)

require (
Expand Down Expand Up @@ -54,8 +54,9 @@ require (
google.golang.org/grpc v1.54.0
)

require github.com/evmos/ethermint v0.19.5

require (
github.com/ethereum/go-ethereum v1.10.19 // indirect
4d63.com/gochecknoglobals v0.1.0 // indirect
cosmossdk.io/api v0.2.6 // indirect
cosmossdk.io/core v0.5.1 // indirect
Expand Down Expand Up @@ -133,8 +134,8 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/esimonov/ifshort v1.0.4 // indirect
github.com/ethereum/go-ethereum v1.10.19 // indirect
github.com/ettle/strcase v0.1.1 // indirect
github.com/evmos/ethermint v0.19.5 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax
github.com/althea-net/Canto/v5 v5.1.0/go.mod h1:RKjv2UcnriFrgU+BrestQLeCUXW2aqX36oCmzqf6POA=
github.com/althea-net/althea-L1 v0.5.6 h1:iGiSb1b6XXo+Z8wIoOi6ic8ek8esMOIpmTQHnKq9MDA=
github.com/althea-net/althea-L1 v0.5.6/go.mod h1:6a+K7u+eOC8hRDL+r3pGidoEQfT+u3lz248MUH4WLco=
github.com/althea-net/althea-L1 v0.5.7 h1:O01WbmXckrOGmkhcjUjmnM795B67oYmAUvwPRUcvTrM=
github.com/althea-net/althea-L1 v0.5.7/go.mod h1:6a+K7u+eOC8hRDL+r3pGidoEQfT+u3lz248MUH4WLco=
github.com/althea-net/althea-chain v0.5.5 h1:884ltEgTpAXPPTjyC2e/ebVzuyamHT612gtPiPY2TlM=
github.com/althea-net/althea-chain v0.5.5/go.mod h1:uzblAkoinuMo1ZkCswq0l0dnqAixTGZhpLklYvj6zLQ=
github.com/althea-net/bech32-ibc v0.4.5 h1:eSa/SXETkXPCZJGCkAVj/shKtHnPCs3dHFBx3XzU+G4=
Expand Down

0 comments on commit 4a5fd43

Please sign in to comment.