README | 4 ++-- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- go.mod | 2 +- diff --git a/README b/README index 8c45576bfeceef79e6668a21be57c9552a26c997aa36dddbba6b63a771907bf9..0188e2e8ef602cce25b817b738136f435c72d47371d0de7da729fc5e0939f155 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -go.cypherpunks.ru/ucspi -- UCSPI-related utilities +go.cypherpunks.su/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.ru/ucspi is free software: see the file COPYING for +go.cypherpunks.su/ucspi is free software: see the file COPYING for copying conditions. diff --git a/cmd/tlsc/main.go b/cmd/tlsc/main.go index 275149ec27e774932581cb8f9a7421ccb7f51b07ae19c511fb7f65ee073e8929..2d54465901f57b1666ad767198a304b1d23e561549e4b86d30b0f9160bb1234a 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -30,7 +30,7 @@ "log" "os" "os/exec" - "go.cypherpunks.ru/ucspi" + "go.cypherpunks.su/ucspi/v2" ) func main() { diff --git a/cmd/tlss/main.go b/cmd/tlss/main.go index 7c38b9901bea00121083efdaff85254cb5e8521807435f3fc4fcc15c7af78600..cd9cba9ff169c585b779301a21f9a768aa47d5a68e0dfc26842d9d919db6c218 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -25,7 +25,7 @@ "log" "os" "os/exec" - "go.cypherpunks.ru/ucspi" + "go.cypherpunks.su/ucspi/v2" ) func main() { diff --git a/go.mod b/go.mod index dba658700eeb7f5d9eee6635f2c592224b6c0ee250e732556fed18b36a18c157..27fcc3e9525879776002ca30df5953bf34ddd8b4279c957599ec747c774ac3fd 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/ucspi +module go.cypherpunks.su/ucspi/v2 go 1.20