Skip to content

Commit

Permalink
Add gno replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Oct 29, 2024
1 parent 7e6fd24 commit e306256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion contribs/gnogenesis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ module github.com/gnolang/contribs/gnogenesis
go 1.22

require (
github.com/gnolang/gno v0.0.0-20241028125118-d03581ed748b
github.com/gnolang/gno v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.9.0
)

replace github.com/gnolang/gno => ../..

require (
dario.cat/mergo v1.0.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
Expand Down
2 changes: 0 additions & 2 deletions contribs/gnogenesis/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e306256

Please sign in to comment.