]> Cypherpunks repositories - ucspi.git/commitdiff
Change namespace because of domain expiration v2.0.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:25:10 +0000 (15:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:25:10 +0000 (15:25 +0300)
README
cmd/tlsc/main.go
cmd/tlss/main.go
go.mod

diff --git a/README b/README
index c71493f50b07b6b7d9629cfeefce63608ce52ef0..083d69ed19d005a7b1334c73a6ee4175cfc8fdbb 100644 (file)
--- 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.
index de0feca16cab533174e084dd36678b4dc794c5cb..7e4a53ec31b65083778cd52136875a71dbe737b2 100644 (file)
@@ -30,7 +30,7 @@ import (
        "os"
        "os/exec"
 
-       "go.cypherpunks.ru/ucspi"
+       "go.cypherpunks.su/ucspi/v2"
 )
 
 func main() {
index 2bbc52ba4380ebea2579b7d4b7484d6f7450c9ac..763029889475e13f7f92cd47e0cdebd7d22dceda 100644 (file)
@@ -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 54474dca43ca4bbbe0b9ba71a7b97e2fdae55f39..b84faf4564f24fe13b0dd014f1ac7a47cff2be8d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.ru/ucspi
+module go.cypherpunks.su/ucspi/v2
 
 go 1.20