Skip to content

Commit

Permalink
Upgrade golang-ssh to v0.0.7 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashxjain authored Apr 23, 2020
1 parent fb6e557 commit d770210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/miekg/dns v1.1.15
github.com/mitchellh/mapstructure v1.1.2
github.com/mobiledgex/edge-cloud v1.0.1
github.com/mobiledgex/golang-ssh v0.0.6
github.com/mobiledgex/golang-ssh v0.0.7
github.com/mobiledgex/yaml/v2 v2.2.4
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/moul/http2curl v1.0.0 // indirect
Expand Down Expand Up @@ -343,6 +343,6 @@ replace github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-2

replace github.com/jcelliott/lumber => github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25

replace github.com/mobiledgex/golang-ssh => github.com/mobiledgex/golang-ssh v0.0.6
replace github.com/mobiledgex/golang-ssh => github.com/mobiledgex/golang-ssh v0.0.7

replace github.com/rogpeppe/fastuuid => github.com/rogpeppe/fastuuid v1.2.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ github.com/mobiledgex/golang-ssh v0.0.4 h1:eFsRp+vMWuYXiz8M3uzcToNgsuxG4qwffOVmi
github.com/mobiledgex/golang-ssh v0.0.4/go.mod h1:lOpuGpjEhPMO4gxtlLkeC04vN+pB1xmZsYeQZWg0mMI=
github.com/mobiledgex/golang-ssh v0.0.6 h1:8tstuVuLeFpbWFV1XlyYRi3f8+49pL7RONUy/nOBqLk=
github.com/mobiledgex/golang-ssh v0.0.6/go.mod h1:lOpuGpjEhPMO4gxtlLkeC04vN+pB1xmZsYeQZWg0mMI=
github.com/mobiledgex/golang-ssh v0.0.7 h1:RLtsT/qUvXVCfU9G/TecaRF73nMh9ejwGVucetH4M4M=
github.com/mobiledgex/golang-ssh v0.0.7/go.mod h1:lOpuGpjEhPMO4gxtlLkeC04vN+pB1xmZsYeQZWg0mMI=
github.com/mobiledgex/yaml/v2 v2.2.4 h1:9biPviMHWPA+THM6GVuR8Rp10JmP7rFfizgDFpSXNpA=
github.com/mobiledgex/yaml/v2 v2.2.4/go.mod h1:9xwjeLnIOTcA1fPBSAYKGRjeRy/bP/LnodFNfuZ9kqE=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
Expand Down

0 comments on commit d770210

Please sign in to comment.