Skip to content

Commit

Permalink
fix: urequire module path (gnolang#2480)
Browse files Browse the repository at this point in the history
## Description

This PR includes a hotfix for the `urequire` gno.mod to have a proper
module path, introduced in gnolang#928

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] 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).
</details>
  • Loading branch information
zivkovicmilos authored and gfanton committed Jul 23, 2024
1 parent 6cc807a commit ff9d530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/urequire/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module urequire
module gno.land/p/demo/urequire

require gno.land/p/demo/uassert v0.0.0-latest

0 comments on commit ff9d530

Please sign in to comment.