From 3ce58045626c8bc343a593c90354975e61b1817a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 13 Feb 2024 19:00:15 -0800 Subject: go.mod: change import path after Taliban seized it or something Fixes #39 Signed-off-by: Brad Fitzpatrick --- README.md | 2 +- go.mod | 2 +- 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 -- cgit v1.2.3