build: track dependency on go-netssh explicitly in Gopkg.toml

This commit is contained in:
Christian Schwarz
2018-02-18 15:26:48 +01:00
parent 7464e967c8
commit 792c1a23b2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -47,3 +47,7 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
[[constraint]]
name = "github.com/problame/go-rwccmd"
branch = "master"
[[constraint]]
name = "github.com/problame/go-netssh"
branch = "master"