From 6f38abf206442f91a75b9f1ddbfc51757225cc22 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 23 Jul 2024 15:25:10 +0300 Subject: [PATCH] Change namespace because of domain expiration --- README | 4 ++-- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index c71493f..083d69e 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 @@ that OpenSSL-dependant ones, or also much more complicated stunnel. * 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 de0feca..7e4a53e 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -30,7 +30,7 @@ import ( "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 2bbc52b..7630298 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -25,7 +25,7 @@ import ( "os" "os/exec" - "go.cypherpunks.ru/ucspi" + "go.cypherpunks.su/ucspi/v2" ) func main() { diff --git a/go.mod b/go.mod index 54474dc..b84faf4 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 -- 2.48.1