Skip to content

Commit 3ce5804

Browse files
committed
go.mod: change import path after Taliban seized it or something
Fixes #39 Signed-off-by: Brad Fitzpatrick <brad@danga.com>
1 parent 2862066 commit 3ce5804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tcpproxy
22

3-
For library usage, see https://godoc.org/inet.af/tcpproxy/
3+
For library usage, see https://pkg.go.dev/github.com/inetaf/tcpproxy/
44

55
For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module inet.af/tcpproxy
1+
module github.com/inetaf/tcpproxy
22

33
go 1.16
44

0 commit comments

Comments
 (0)