|
5 | 5 | <a href="https://goreportcard.com/report/github.com/golang/dep"><img src="https://goreportcard.com/badge/github.com/golang/dep" /></a>
|
6 | 6 | </p>
|
7 | 7 |
|
8 |
| -<i>Would you like to see your company name here? <a |
9 |
| -href="https://github.com/golang/dep/issues/2165">We're looking for a stable source of |
10 |
| -funding.</a></i> |
11 |
| - |
12 | 8 | ## Dep
|
13 | 9 |
|
14 | 10 | `dep` is a dependency management tool for Go. It requires Go 1.9 or newer to compile.
|
15 | 11 |
|
16 |
| -`dep` was initially developed to experiment with a new dependency management system |
17 |
| -for Go; but, as of Go 1.11, **the Go project has officially adopted a different approach, |
18 |
| -based on the concept of Modules**, which is described in a [series of posts](https://blog.golang.org/using-go-modules) |
19 |
| -published on [blog.golang.org](https://blog.golang.org). |
| 12 | +** NOTE: ** Dep was an official experiment to implement a package manager for |
| 13 | +Go. As of 2020, Dep is deprecated and archived in favor of Go modules, which |
| 14 | +have had official support since Go 1.11. For more details, see https://golang.org/ref/mod. |
20 | 15 |
|
21 | 16 | For guides and reference materials about `dep`, see [the documentation](https://golang.github.io/dep).
|
22 | 17 |
|
@@ -58,19 +53,3 @@ install via `go get`:
|
58 | 53 | ```sh
|
59 | 54 | go get -u github.com/golang/dep/cmd/dep
|
60 | 55 | ```
|
61 |
| - |
62 |
| -## Feedback |
63 |
| - |
64 |
| -Feedback is greatly appreciated. |
65 |
| -At this stage, the maintainers are most interested in feedback centered on the user experience (UX) of the tool. |
66 |
| -Do you have workflows that the tool supports well, or doesn't support at all? |
67 |
| -Do any of the commands have surprising effects, output, or results? |
68 |
| -Let us know by filing an issue, describing what you did or wanted to do, what you expected to happen, and what actually happened. |
69 |
| - |
70 |
| -## Contributing |
71 |
| - |
72 |
| -Contributions are greatly appreciated. |
73 |
| -The maintainers actively manage the issues list, and try to highlight issues suitable for newcomers. |
74 |
| -The project follows the typical GitHub pull request model. |
75 |
| -See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. |
76 |
| -Before starting any work, please either comment on an existing issue, or file a new one. |
0 commit comments