summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <[email protected]>2024-02-13 19:00:15 -0800
committerBrad Fitzpatrick <[email protected]>2024-02-13 19:00:15 -0800
commit3ce58045626c8bc343a593c90354975e61b1817a (patch)
tree01dbbd96d61620502ec003ae23a01df6a8822ebe
parent2862066fc2a9405880f212f71230425bdfe9950e (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.md2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f526c21..8181ceb 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/go.mod b/go.mod
index 9c8ce9f..af6f76e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module inet.af/tcpproxy
+module github.com/inetaf/tcpproxy
go 1.16