Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit bd0e0e6

Browse files
authored
update dep on appchain (#81)
1 parent bbbf9f8 commit bd0e0e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.21.5
66

77
require (
88
cosmossdk.io/math v1.2.0
9-
github.com/allora-network/allora-chain v0.0.0-20240222130242-ea5a963913cc
9+
github.com/allora-network/allora-chain v0.0.1-0.20240223163905-f4ccc6195d82
1010
github.com/cockroachdb/pebble v1.0.0
1111
github.com/cosmos/cosmos-sdk v0.50.3
1212
github.com/ignite/cli/v28 v28.1.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
5959
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
6060
github.com/allora-network/allora-chain v0.0.0-20240222130242-ea5a963913cc h1:CkV7PkQOz5hzzBJL9wdDiBgZmsRBoNgPlFs7ucfV2dM=
6161
github.com/allora-network/allora-chain v0.0.0-20240222130242-ea5a963913cc/go.mod h1:n/uJmsa0D44UH5bDt+9w8tClIw5wj9P78x35sslefIQ=
62+
github.com/allora-network/allora-chain v0.0.1-0.20240223163905-f4ccc6195d82 h1:Xa7U+AEzvJC3mgaW02xO2SACIEwGTc1Lfb8XSAnmd5M=
63+
github.com/allora-network/allora-chain v0.0.1-0.20240223163905-f4ccc6195d82/go.mod h1:n/uJmsa0D44UH5bDt+9w8tClIw5wj9P78x35sslefIQ=
6264
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
6365
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
6466
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=

0 commit comments

Comments
 (0)