You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADING_DEPENDENCIES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Guide to Upgrading Dependencies
1
+
# Guide to upgrading dependencies
2
2
3
3
Upgrading Go or Node.js requires making changes in many different files. See below for a list and explanation for each.
4
4
@@ -16,7 +16,7 @@ Upgrading Go or Node.js requires making changes in many different files. See bel
16
16
- Appveyor
17
17
- Dockerfile
18
18
19
-
## Go Dependencies
19
+
## Go dependencies
20
20
21
21
The Grafana project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages. This requires a working Go environment with version 1.11 or greater installed.
22
22
@@ -46,7 +46,7 @@ GO111MODULE=on go mod vendor
46
46
47
47
You have to commit the changes to `go.mod`, `go.sum` and the `vendor/` directory before submitting the pull request.
0 commit comments