diff --git a/examples/gno.land/p/gov/proposal/gno.mod b/examples/gno.land/p/gov/proposal/gno.mod index 41ab9d196f1..f03a60e3714 100644 --- a/examples/gno.land/p/gov/proposal/gno.mod +++ b/examples/gno.land/p/gov/proposal/gno.mod @@ -1 +1 @@ -module proposal +module gno.land/p/gov/proposal diff --git a/examples/gno.land/r/gnoland/valopers/gno.mod b/examples/gno.land/r/gnoland/valopers/gno.mod index ae4207cd919..96299ce6e35 100644 --- a/examples/gno.land/r/gnoland/valopers/gno.mod +++ b/examples/gno.land/r/gnoland/valopers/gno.mod @@ -1,4 +1,4 @@ -module valopers +module gno.land/r/gnoland/valopers require ( gno.land/p/demo/ownable v0.0.0-latest diff --git a/examples/gno.land/r/gov/dao/gno.mod b/examples/gno.land/r/gov/dao/gno.mod index 61bfabc18d0..ae296cf121c 100644 --- a/examples/gno.land/r/gov/dao/gno.mod +++ b/examples/gno.land/r/gov/dao/gno.mod @@ -1,3 +1,3 @@ -module govdao +module gno.land/r/gov/dao require gno.land/p/gov/proposal v0.0.0-latest diff --git a/examples/gno.land/r/gov/proposals/prop1/gno.mod b/examples/gno.land/r/gov/proposals/prop1/gno.mod index 6a030fcba0a..97faf2aff27 100644 --- a/examples/gno.land/r/gov/proposals/prop1/gno.mod +++ b/examples/gno.land/r/gov/proposals/prop1/gno.mod @@ -1,4 +1,4 @@ -module prop1 +module gno.land/r/gov/proposals/prop1 require ( gno.land/r/gov/dao v0.0.0-latest