Skip to content

Commit

Permalink
get an older version of x/sys because of a bug with x/sys/windows (go…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia committed Oct 10, 2019
1 parent 369f088 commit d7bc4a2
Show file tree
Hide file tree
Showing 151 changed files with 4,182 additions and 12,034 deletions.
5 changes: 2 additions & 3 deletions Gopkg.lock

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

6 changes: 5 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
branch = "master"
name = "golang.org/x/net"

[[override]]
name = "golang.org/x/sys"
revision = "0c1ff786ef13daa914a3351c5e6b0321aed5960e"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.14.0"
Expand Down Expand Up @@ -96,4 +100,4 @@

[[override]]
name = "github.com/russross/blackfriday"
version = "v1.5"
version = "v1.5"
2 changes: 1 addition & 1 deletion internal/docker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func (c *Cli) initCreds(ctx context.Context) dockerCreds {
if c.builderVersion == types.BuilderBuildKit {
session, _ := session.NewSession(ctx, "tilt", sessionSharedKey)
if session != nil {
session.Allow(authprovider.NewDockerAuthProvider(logger.Get(ctx).Writer(logger.DebugLvl)))
session.Allow(authprovider.NewDockerAuthProvider())
go func() {
defer func() {
_ = session.Close()
Expand Down
66 changes: 0 additions & 66 deletions vendor/github.com/moby/buildkit/AUTHORS

This file was deleted.

Loading

0 comments on commit d7bc4a2

Please sign in to comment.