Skip to content

Commit

Permalink
fix: missing gno mod require
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Aug 25, 2023
1 parent 8c3192e commit eb79f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/daodao/interfaces/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module gno.land/p/demo/daodao/interfaces

require (
"gno.land/p/demo/jsonutil" v0.0.0-latest
"gno.land/p/demo/avl" v0.0.0-latest
)

0 comments on commit eb79f91

Please sign in to comment.