This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,15 @@ Dep is a prototype dependency management tool. It requires Go 1.7 or newer to co
9
9
## Current status
10
10
11
11
** Alpha** .
12
- Functionality is known to be broken, missing or incomplete. Command and file format changes are still planned.
12
+ Functionality is known to be broken, missing or incomplete. Changes are planned
13
+ to the CLI commands soon.
13
14
The repository is open to solicit feedback and contributions from the community.
14
15
Please see below for feedback and contribution guidelines.
15
16
17
+ ` Gopkg.toml ` and ` Gopkg.lock ` have reached a stable structure, and it is safe to
18
+ commit them in your projects. We plan to add more to these files, but we
19
+ guarantee these changes will be backwards-compatible.
20
+
16
21
## Context
17
22
18
23
- [ The Saga of Go Dependency Management] ( https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/ )
@@ -44,11 +49,7 @@ To update a dependency to a new version, you might run
44
49
$ dep ensure github.com/pkg/errors@^0.8.0
45
50
```
46
51
47
- See the help text for much more detailed usage instructions.
48
-
49
- Note that ** the manifest and lock file formats are not finalized** , and will likely change before the tool is released.
50
- We make no compatibility guarantees for the time being.
51
- Please don't commit any code or files created with the tool.
52
+ See the help text for more detailed usage instructions.
52
53
53
54
## Feedback
54
55
You can’t perform that action at this time.
0 commit comments