Skip to content

Commit

Permalink
fix(go.mod): put that thing back where it came from or so help me
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Sep 5, 2023
1 parent 8dc24b6 commit 4eb787e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
Expand Down Expand Up @@ -336,8 +337,6 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

require github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect

replace (
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.18.0-sdk-v0.46.14
github.com/filecoin-project/dagstore => github.com/celestiaorg/dagstore v0.0.0-20230824094345-537c012aa403
Expand Down

0 comments on commit 4eb787e

Please sign in to comment.