diff options
author | Brad Fitzpatrick <[email protected]> | 2024-02-13 19:00:15 -0800 |
---|---|---|
committer | Brad Fitzpatrick <[email protected]> | 2024-02-13 19:00:15 -0800 |
commit | 3ce58045626c8bc343a593c90354975e61b1817a (patch) | |
tree | 01dbbd96d61620502ec003ae23a01df6a8822ebe | |
parent | 2862066fc2a9405880f212f71230425bdfe9950e (diff) |
go.mod: change import path after Taliban seized it or something
Fixes #39
Signed-off-by: Brad Fitzpatrick <[email protected]>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # tcpproxy -For library usage, see https://godoc.org/inet.af/tcpproxy/ +For library usage, see https://pkg.go.dev/github.com/inetaf/tcpproxy/ For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md @@ -1,4 +1,4 @@ -module inet.af/tcpproxy +module github.com/inetaf/tcpproxy go 1.16 |