Merge pull request #4 from ddelnano/remove-unnecessary-go-mod-change

Remove unused replace directive in go.mod file
This commit is contained in:
Dom Del Nano 2020-12-31 00:12:59 -08:00 committed by GitHub
commit fba3a9c71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
go.mod
View File

@ -34,6 +34,3 @@ require (
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
launchpad.net/xmlpath v0.0.0-20130614043138-000000000004 // indirect
)
// replace github.com/glycerine/sshego => github.com/ddelnano/sshego v1.0.1
replace github.com/glycerine/sshego => /home/ddelnano/code/sshego