Go dependency management tool experiment (deprecated)
Перейти к файлу
sam boyer df2c26b777 dep: Get DeltaWriter into a working state
This encompasses the first pass at the new, more abstracted diffing
system, and the DeltaWriter implementation on top of it. Tests are
needed, but cursory testing indicates that we successfully capture all
types of diffs and regenerate only the subset of projects that actually
need to be touched.
2018-07-03 01:41:47 -04:00
.github update CODEOWNERS and MAINTAINERS with more @jmank88 2018-02-07 08:21:32 -06:00
cmd/dep dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
docs Merge pull request #1911 from fbidu/patch-1 2018-07-01 23:45:01 -04:00
gps dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
hack Merge pull request #1917 from sdboyer/licenseok-test 2018-07-02 21:27:49 -04:00
internal dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
testdata dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
vendor Bump github.com/Masterminds/semver 2018-04-02 21:36:34 -05:00
website dep: Add DEPPROJECTROOT CHANGELOG entry and docs 2018-06-04 23:33:20 -04:00
.codeclimate.yml CI: trying to disable bad codeclimate checks 2018-01-03 09:56:08 -05:00
.gitattributes Prevent problems comparing golden files on Windows 2017-02-20 23:45:11 -05:00
.gitignore Fixes and cleanup to build script 2018-01-27 10:23:49 -08:00
.travis.yml Handle CGO_ENABLED automatically 2018-05-01 22:23:26 -07:00
AUTHORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
CHANGELOG.md Merge pull request #1883 from sdboyer/explicit-root 2018-07-01 23:24:43 -04:00
CODE_OF_CONDUCT.md (To Squash) Moving CODE_OF_CONDUCT.md ../ 2017-04-25 09:11:55 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-05-05 00:53:27 -07:00
CONTRIBUTORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
Gopkg.lock dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
Gopkg.toml Bump github.com/Masterminds/semver 2018-04-02 21:36:34 -05:00
LICENSE Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
MAINTAINERS.md update CODEOWNERS and MAINTAINERS with more @jmank88 2018-02-07 08:21:32 -06:00
Makefile Merge pull request #1917 from sdboyer/licenseok-test 2018-07-02 21:27:49 -04:00
PATENTS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
README.md change CI to 1.10.x; update docs 2018-02-21 17:13:45 -06:00
analyzer.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
analyzer_notwindows_test.go Add Windows specific function for making a file unreadable during tests. 2017-05-02 02:34:40 -04:00
analyzer_test.go dep: add prune options to manifests 2017-11-17 10:25:07 +03:00
analyzer_windows_test.go Add Windows specific function for making a file unreadable during tests. 2017-05-02 02:34:40 -04:00
appveyor.yml increment CI go versions from 1.8.x/1.9.x/tip to 1.9.x/"1.10"/tip 2018-02-19 14:13:58 -06:00
context.go dep: Change DEP_PROJECT_ROOT to DEPPROJECTROOT 2018-06-04 23:33:20 -04:00
context_test.go dep: Allow explicitly setting the project root 2018-06-04 23:33:01 -04:00
doc.go improve godoc; replace Loggers with embeded fields; refactor Ctx api 2017-06-07 08:46:44 -05:00
install.sh Resolve PR merge conflicts 2018-05-17 13:17:50 +05:30
lock.go dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
lock_test.go dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
manifest.go [FIX] Cleanup code 2018-02-11 15:20:44 +03:00
manifest_test.go [FIX] Cleanup code 2018-02-11 15:20:44 +03:00
project.go dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
project_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
test_project_context_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
txn_writer.go dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
txn_writer_test.go dep: Add foundation for verified, pruned vendor 2018-07-03 01:41:47 -04:00

README.md

Build Status Windows Build Status

Dep

dep is a prototype dependency management tool for Go. It requires Go 1.9 or newer to compile. dep is safe for production use.

dep is the official experiment, but not yet the official tool. Check out the Roadmap for more on what this means!

For guides and reference materials about dep, see the documentation.

Installation

It is strongly recommended that you use a released version. Release binaries are available on the releases page.

On MacOS you can install or upgrade to the latest released version with Homebrew:

$ brew install dep
$ brew upgrade dep

On other platforms you can use the install.sh script:

$ curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

It will install into your $GOPATH/bin directory by default or any other directory you specify using the INSTALL_DIRECTORY environment variable.

If your platform is not supported, you'll need to build it manually or let the team know and we'll consider adding your platform to the release builds.

If you're interested in hacking on dep, you can install via go get:

go get -u github.com/golang/dep/cmd/dep

Feedback

Feedback is greatly appreciated. At this stage, the maintainers are most interested in feedback centered on the user experience (UX) of the tool. Do you have workflows that the tool supports well, or doesn't support at all? Do any of the commands have surprising effects, output, or results? Let us know by filing an issue, describing what you did or wanted to do, what you expected to happen, and what actually happened.

Contributing

Contributions are greatly appreciated. The maintainers actively manage the issues list, and try to highlight issues suitable for newcomers. The project follows the typical GitHub pull request model. See CONTRIBUTING.md for more details. Before starting any work, please either comment on an existing issue, or file a new one.