Skip to content

Commit b4fd8e3

Browse files
committed
Merge pull request #2751 from mboersma/unified-godeps
Consolidate go dependencies into a root Godeps/ dir
2 parents b51db22 + 31bddaa commit b4fd8e3

948 files changed

Lines changed: 3560 additions & 23838 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ controller/.secret_key
2121
# application logs
2222
logs/
2323

24-
# local binaries and installers
24+
# local binaries, installers, and artifacts
25+
builder/Godeps/
26+
builder/image/bin/extract-domain
27+
builder/image/bin/extract-types
28+
builder/image/bin/extract-version
29+
builder/image/bin/generate-buildhook
30+
builder/image/bin/get-app-config
31+
builder/image/bin/get-app-values
32+
builder/image/bin/publish-release-controller
33+
builder/image/bin/yaml2json-procfile
2534
client/dist/
2635
client/makeself/
2736
contrib/bumpver/bumpver
@@ -32,6 +41,9 @@ deisctl/makeself/
3241
docs/_build/
3342
docs/docs.zip
3443
logspout/build/
44+
logspout/Godeps/
45+
publisher/Godeps/
46+
router/parent/Godeps/
3547

3648
# coverage reports
3749
.coverage

Godeps/Godeps.json

Lines changed: 353 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/client.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/client.go

File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/client_test.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/client_test.go

File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/forward.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/forward.go

File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/keyring.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/keyring.go

File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/server.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/server.go

File renamed without changes.

deisctl/Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/server_test.go renamed to Godeps/_workspace/src/code.google.com/p/go.crypto/ssh/agent/server_test.go

File renamed without changes.

0 commit comments

Comments
 (0)