From d2d34eb69026dd85f1adadb138b8006cbce31ccd Mon Sep 17 00:00:00 2001 From: thinhnx-var <168700277+thinhnx-var@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:15:55 +0700 Subject: [PATCH] fix(examples): update /r/demo/bar20/gno.mod (#2398)
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
Update /r/demo/bar20/gno.mod because of failing pipeline --- examples/gno.land/r/demo/bar20/gno.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gno.land/r/demo/bar20/gno.mod b/examples/gno.land/r/demo/bar20/gno.mod index d104f0b9987..fd804beb4c4 100644 --- a/examples/gno.land/r/demo/bar20/gno.mod +++ b/examples/gno.land/r/demo/bar20/gno.mod @@ -1,4 +1,4 @@ -module bar20 +module gno.land/r/demo/bar20 require ( gno.land/p/demo/grc/grc20 v0.0.0-latest