File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66package tools
77
88// This file follows the recommendation at
9- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
9+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
1010// on how to pin tooling dependencies to a go.mod file.
1111// This ensures that all systems use the same version of tools in addition to regular dependencies.
1212
Original file line number Diff line number Diff line change 77package tools
88
99// This file follows the recommendation at
10- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
1111// on how to pin tooling dependencies to a go.mod file.
1212// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313
Original file line number Diff line number Diff line change 77package tools
88
99// This file follows the recommendation at
10- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
1111// on how to pin tooling dependencies to a go.mod file.
1212// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313
Original file line number Diff line number Diff line change 77package tools
88
99// This file follows the recommendation at
10- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
1111// on how to pin tooling dependencies to a go.mod file.
1212// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313
You can’t perform that action at this time.
0 commit comments