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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
<i>Would you like to see your company name here? <a
9
+
href="/golang/dep/issue/2165">We're looking for a stable source of
10
+
funding.</a></i>
11
+
8
12
## Dep
9
13
10
14
`dep` is a dependency management tool for Go. It requires Go 1.9 or newer to compile.
11
15
12
-
`dep` was the "official experiment." The Go toolchain, as of 1.11, has
13
-
(experimentally) adopted an approach that sharply diverges from `dep`. As a
14
-
result, we are continuing development of `dep`, but gearing work primarily
15
-
towards the development of an alternative prototype for versioning behavior in
16
-
the toolchain.
16
+
`dep` was the "official experiment." The Go toolchain, as of 1.11, has adopted
17
+
an approach that sharply diverges from `dep`. As a result, we are continuing
18
+
development of `dep`, but gearing work primarily towards the development of an
19
+
alternative prototype for versioning behavior in the toolchain.
17
20
18
-
For guides and reference materials about `dep`, see [the documentation](https://golang.github.io/dep).
21
+
For guides and reference materials about `dep`, see [the
0 commit comments