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 /go.mod | |
parent | 2862066fc2a9405880f212f71230425bdfe9950e (diff) |
go.mod: change import path after Taliban seized it or something
Fixes #39
Signed-off-by: Brad Fitzpatrick <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module inet.af/tcpproxy +module github.com/inetaf/tcpproxy go 1.16 |