Skip to content

Commit

Permalink
chore: add terra core token factory module
Browse files Browse the repository at this point in the history
  • Loading branch information
kienn6034 committed Dec 27, 2023
1 parent b389d4f commit 21361cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/strangelove-ventures/packet-forward-middleware/v7 v7.0.0-20230523193151-73dea436e53f
github.com/stretchr/testify v1.8.4
github.com/terra-money/alliance v0.2.2
github.com/classic-terra/core/v2 v2.5.0
)

require (
Expand Down Expand Up @@ -205,4 +206,7 @@ replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
// Downgraded to avoid bugs in following commits which caused simulations to fail.
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

// Use terra core 2.5.0
github.com/classic-terra/core/v2 => github.com/terra-money/core/v2 v2.5.0
)

0 comments on commit 21361cf

Please sign in to comment.