]> Sergey Matveev's repositories - ucspi.git/commitdiff
Move to stargrave.org master v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:07:23 +0000 (13:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:07:23 +0000 (13:07 +0300)
README
cmd/tlsc/main.go
cmd/tlss/main.go
go.mod

diff --git a/README b/README
index 083d69ed19d005a7b1334c73a6ee4175cfc8fdbb..f9a6f56dbf28fc0e3b83d17c4106963b6f12f2cc 100644 (file)
--- 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 @@ that OpenSSL-dependant ones, or also much more complicated stunnel.
 
 * 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.
index adb622946d99ed7beae6836c9c2e0774c8d2d16e..24cc07bd090307de89c559375fe09bad715622dc 100644 (file)
@@ -30,7 +30,7 @@ import (
        "os"
        "os/exec"
 
-       "go.cypherpunks.su/ucspi/v2"
+       "go.stargrave.org/ucspi/v3"
 )
 
 func main() {
index 89af08200f9242241ef996430f86f03e99fab81f..7392b01fa781d88a8fba9b6d587817bf0ba0218a 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
        "os/exec"
 
-       "go.cypherpunks.su/ucspi/v2"
+       "go.stargrave.org/ucspi/v3"
 )
 
 func main() {
diff --git a/go.mod b/go.mod
index b84faf4564f24fe13b0dd014f1ac7a47cff2be8d..d16fde8f3c835fafbffe02f46d26966b0fcb92d3 100644 (file)
--- 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