Skip to content

Commit

Permalink
removed coreum local replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Aug 6, 2024
1 parent 2bce4a5 commit df3fa0c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ module github.com/CoreumFoundation/crust
// Build tool installs newer go, but the tool itself must be built using a preexisting version.
go 1.22.4

replace (
// github.com/CoreumFoundation/coreum/v4 => ../coreum
// FIXME: remove when there is a fix for https://github.com/spf13/viper/issues/1706
github.com/spf13/viper => github.com/spf13/viper v1.16.0
)
// FIXME: remove when there is a fix for https://github.com/spf13/viper/issues/1706
replace github.com/spf13/viper => github.com/spf13/viper v1.16.0

require (
cosmossdk.io/math v1.3.0
Expand Down

0 comments on commit df3fa0c

Please sign in to comment.