diff options
-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 |