]> Sergey Matveev's repositories - gorecfile.git/commitdiff
Move to stargrave.org master v4.0.0
authorSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2026 07:24:38 +0000 (10:24 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2026 07:25:20 +0000 (10:25 +0300)
README
cmd/gorecsel/main.go
go.mod
slog/handler.go
slog/handler_test.go

diff --git a/README b/README
index e8709476868df3c0fd44f1a25331cc8dec420516..ec912eac3e030e11d127bbe15a2b4089a1a7564b 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ Limitations:
 * leading spaces in the first line of the value are ignored
 * trailing backslash at the end of lines is followed by space
 
-Also there is go.cypherpunks.su/recfile/v2/slog.NewRecfileHandler log/slog
+Also there is go.stargrave.org/recfile/v4/slog.NewRecfileHandler log/slog
 handler to write your logs in recfile format directly.
 
 It is free software: see the file COPYING for copying conditions.
index c5a16fd2d8dd27af84b500d878370934f2884980..55a6793741df372b217e83cdd977dbe3d321e130 100644 (file)
@@ -5,7 +5,7 @@ import (
        "io"
        "os"
 
-       "go.cypherpunks.su/recfile/v3"
+       "go.stargrave.org/recfile/v4"
 )
 
 func main() {
diff --git a/go.mod b/go.mod
index 093fbb6dc023ccc11dda805dc42d0acca370c743..dd7aa097e48675a4c964223cc68475bfb6212a14 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.su/recfile/v3
+module go.stargrave.org/recfile/v4
 
 go 1.22
index b275f90d522f5b747b87cbc36dc8aac04e6f8fb2..28fa7c3d92a0c0d1fd5d25f6b28f01218e35def6 100644 (file)
@@ -23,7 +23,7 @@ import (
        "sync"
        "time"
 
-       "go.cypherpunks.su/recfile/v3"
+       "go.stargrave.org/recfile/v4"
 )
 
 type RecfileHandler struct {
index fe696bc33d39c9041525ddd41b26d426e627ec0b..61714e87088cd5ab5f15749f780ccb4a9cfeb5b2 100644 (file)
@@ -22,7 +22,7 @@ import (
        "testing"
        "time"
 
-       "go.cypherpunks.su/recfile/v3"
+       "go.stargrave.org/recfile/v4"
 )
 
 func TestBasic(t *testing.T) {