Skip to content

Commit

Permalink
readme: update link for dependencies tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhan-abhishek committed Jan 24, 2024
1 parent 182d041 commit 1408682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ env "gorm" {
##### Pinning Go dependencies

Next, to prevent the Go Modules system from dropping this dependency from our `go.mod` file, let's
follow its [official recommendation](https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module)
follow its [official recommendation](https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module)
for tracking dependencies of tools and add a file named `tools.go` with the following contents:

```go title="tools.go"
Expand Down

0 comments on commit 1408682

Please sign in to comment.