From 283e97111b0b39a4e8f7717234f0bfbbb4f481af Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 27 Aug 2019 12:11:51 +0200 Subject: bug: make sure there is no Operation's hash collision --- Gopkg.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Gopkg.lock') diff --git a/Gopkg.lock b/Gopkg.lock index e4ecfcb9..fdaa5493 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -498,6 +498,7 @@ "github.com/go-errors/errors", "github.com/gorilla/mux", "github.com/icrowley/fake", + "github.com/mattn/go-isatty", "github.com/phayes/freeport", "github.com/pkg/errors", "github.com/shurcooL/githubv4", -- cgit