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

2
Gopkg.lock generated
View File

@ -118,6 +118,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "3c3d8d4a2c6fdd6cff0826338b5e56ba0c95516215b40aea7e421409dc31b14f"
inputs-digest = "fcfc66322b5f9dbe329411b7688a4e9dcebe3c529c1dadf4f78bcdb2bcfb8fbf"
solver-name = "gps-cdcl"
solver-version = 1

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"