Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update docker from a fork to fix a data race until the bugix has been…
Browse files Browse the repository at this point in the history
… released officially (#778)
  • Loading branch information
a-palchikov authored Oct 10, 2019
1 parent 3c6c560 commit 0a2c0ae
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ignored = [

[[override]]
name = "github.com/gravitational/trace"
#version = "1.1.8"
revision = "3822600263648f166b2b2a14bc693e92947af68b"
version = "=1.1.8"

[[override]]
name = "github.com/mitchellh/go-ps"
Expand Down Expand Up @@ -138,7 +137,10 @@ ignored = [

[[override]]
name = "github.com/docker/docker"
revision = "be7ac8be2ae072032a4005e8f232be3fc57e4127"
source = "github.com/gravitational/moby"
# TODO(dmitri): update to release once the bugfix is tagged.
# See: https://github.com/moby/moby/issues/39859
revision = "2adf434ca69614dfc897dd0acf29018e5590a732"

[[override]]
name = "golang.org/x/sys"
Expand Down
12 changes: 11 additions & 1 deletion vendor/github.com/docker/docker/pkg/archive/archive.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gravitational/trace/httplib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a2c0ae

Please sign in to comment.