Skip to content

Commit

Permalink
fix: update go module link (#22003)
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdeepor authored Oct 1, 2024
1 parent 3f9c9a0 commit 7be56e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Within the Cosmos SDK we have two forms of documenting decisions, Request For Co

## Dependencies

We use [Go Modules](https://github.com/golang/go/wiki/Modules) to manage
We use [Go Modules](https://go.dev/wiki/Modules) to manage
dependency versions.

The main branch of every Cosmos repository should just build with `go get`,
Expand Down Expand Up @@ -300,7 +300,7 @@ For example, in vscode your `.vscode/settings.json` should look like:

User-facing repos should adhere to the trunk based development branching model: https://trunkbaseddevelopment.com. User branches should start with a user name, example: `{moniker}/{issue#}-branch-name`.

The Cosmos SDK repository is a [multi Go module](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository) repository. It means that we have more than one Go module in a single repository.
The Cosmos SDK repository is a [multi Go module](https://go.dev/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository) repository. It means that we have more than one Go module in a single repository.

The Cosmos SDK utilizes [semantic versioning](https://semver.org/).

Expand Down

0 comments on commit 7be56e2

Please sign in to comment.