From 06f66f57ab1d3a51c23ec8727a168e2aa7c5c46c Mon Sep 17 00:00:00 2001 From: Francisco Souza <fsouza@users.noreply.github.com> Date: Wed, 25 Oct 2017 10:38:52 -0400 Subject: [PATCH] Override Gotty to match version used by Docker This revision includes Nvveen/Gotty#1. --- Gopkg.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index bdccced9..dcf115e7 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,4 +1,3 @@ - [[constraint]] name = "github.com/Microsoft/go-winio" branch = "master" @@ -22,3 +21,8 @@ [[constraint]] name = "golang.org/x/net" branch = "master" + +[[override]] + name = "github.com/Nvveen/Gotty" + source = "https://github.com/ijc25/Gotty.git" + revision = "a8b993ba6abdb0e0c12b0125c603323a71c7790c"