Changes are: $ git log --no-merges --oneline 19220953c4a4..c56e08229111 4b76270 Keep "vendor.conf" for reference ac8f766 travis: update to go 1.8.1 c196644 Better validation of duplicates e684d5e check for unused packages at the end 3ed2513 detect default gopath($HOME/go) c9052f3 fix backtick in readme 0e04f23 Missing installation section in README Changes to moby are the inclusion of several upstream vendor.conf files and switching to vendoring the toplevel golang.org/x/sync package rather than the syncmap sub-package due to: 2017/05/02 11:21:06 WARNING: package golang.org/x/sync/syncmap is not root import, should be golang.org/x/sync Signed-off-by: Ian Campbell <ian.campbell@docker.com> Upstream-commit: a28d91349edda7e4e4ecaa5b1e60a238fe515a4d Component: engine
12 lines
472 B
Bash
12 lines
472 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
|
|
CONTAINERD_COMMIT=9048e5e50717ea4497b757314bad98ea3763c145
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=c56e082291115e369f77601f9c071dd0b87c7120
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|