Closed cyd01 closed 3 years ago
I'm also seeing this, but it appears to work if using inet.af/tcpproxy/cmd
as the module.
It works if adding replace
in go.mod
:
replace inet.af/tcpproxy v0.0.0-20210824174053-2e577fef49e2 => github.com/inetaf/tcpproxy v0.0.0-20210824174053-2e577fef49e2
Yes, import it as inet.af/tcpproxy/*
instead of the github name.
Hello I used to import your project into mine
Recently you've added go.mod in your project.
But it seems you've made a wrong module name:
module inet.af/tcpproxy
instead ofmodule github.com/inetaf/tcpproxy
.When I
go get
my project I got this error: