Remove unused replace directive in go.mod file

This commit is contained in:
Dom Del Nano 2020-12-31 00:11:40 -08:00
parent ae4cfe532a
commit c3a255d4e9

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