README | 4 ++-- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- go.mod | 2 +- diff --git a/README b/README index 0188e2e8ef602cce25b817b738136f435c72d47371d0de7da729fc5e0939f155..9d293adcc95cbada8bc18a3cb3edf22487c6e4487c437b9f3a86371dc13eda11 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -go.cypherpunks.su/ucspi -- UCSPI-related utilities +go.stargrave.org/ucspi -- UCSPI-related utilities UCSPI (UNIX Client-Server Program Interface, http://cr.yp.to/ucspi-tcp.html) provides convenient and easy interface for building network client server @@ -31,5 +31,5 @@ connection state after handshake and outputs certificates information. * cmd/proxy: proxy between UCSPI server and UCSPI client -go.cypherpunks.su/ucspi is free software: see the file COPYING for +go.stargrave.org/ucspi is free software: see the file COPYING for copying conditions. diff --git a/cmd/tlsc/main.go b/cmd/tlsc/main.go index 7f5c466028bffe06aa73b359a7f9c35423407fb0257f641f0c5ad79dff8ee0bd..587bcb7bdcf6615110eac6c17f9e2f3f2cbca02f53be483c6df92b28483001a7 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -30,7 +30,7 @@ "log" "os" "os/exec" - "go.cypherpunks.su/ucspi/v2" + "go.stargrave.org/ucspi/v3" ) func main() { diff --git a/cmd/tlss/main.go b/cmd/tlss/main.go index 39dabf834bbae0c54bc96ab8a89aea4bb711d32b506b0b7ef9b9c8b2fe4f87ed..8016b432528e8a6828c00fb354a10cf5b2c6ae48fcfde66267c5e36bddbddef7 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -25,7 +25,7 @@ "log" "os" "os/exec" - "go.cypherpunks.su/ucspi/v2" + "go.stargrave.org/ucspi/v3" ) func main() { diff --git a/go.mod b/go.mod index 27fcc3e9525879776002ca30df5953bf34ddd8b4279c957599ec747c774ac3fd..14efc052ec6434dffc2211919cb50b1d295ba113fe9bb85c47fe28682548e9c2 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/ucspi/v2 +module go.stargrave.org/ucspi/v3 go 1.20