"strings"
"time"
- "go.cypherpunks.ru/recfile"
- "go.cypherpunks.ru/tai64n/v2"
+ "go.cypherpunks.su/recfile/v2"
+ "go.cypherpunks.su/tai64n/v3"
)
const HumanTimeFmt = "2006-01-02 15:04:05.000000000 Z07:00"
"strings"
"github.com/google/uuid"
- "go.cypherpunks.ru/recfile"
+ "go.cypherpunks.su/recfile/v2"
)
var DepFixHashCache map[string]Hash
for each line. To convert them to localtime you can use either
@command{tai64nlocal} utility from
@url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
- @code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal@@latest}
+ @code{go install go.cypherpunks.su/tai64n/v3/cmd/tai64nlocal@@latest}
@item Either @url{https://www.gnu.org/software/make/, GNU Make}
or @url{http://netbsd.org/, NetBSD}'s @command{bmake}
@ref{Jobserver, jobserver} compatibility support
@include download.texi
@include integrity.texi
-@command{goredo} is also @command{go install}-able:
-
-@example
-$ go install go.cypherpunks.ru/goredo
-$ goredo -symlinks
-@end example
-
@vindex GOPRIVATE
If you have problems with @code{*.golang.org}'s inability to verify
authenticity of @code{go.cypherpunks.su} TLS connection, then you can
it is prefixed with @url{http://cr.yp.to/libtai/tai64.html, TAI64N}
timestamp, that you can decode with @command{tai64nlocal} utility from
@url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
-@code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal}.
+@code{go install go.cypherpunks.su/tai64n/v3/cmd/tai64nlocal}.
When @option{-k} is in use, all environment variables, working
directory, command line arguments, start/finish times, duration,
-module go.cypherpunks.ru/goredo
+module go.cypherpunks.su/goredo
-go 1.20
+go 1.21
+
+toolchain go1.22.5
require (
github.com/google/uuid v1.3.1
- go.cypherpunks.ru/recfile v0.7.0
- go.cypherpunks.ru/tai64n/v2 v2.0.1
+ go.cypherpunks.su/recfile/v2 v2.0.0
+ go.cypherpunks.su/tai64n/v3 v3.0.0
golang.org/x/sys v0.11.0
golang.org/x/term v0.11.0
lukechampine.com/blake3 v1.2.1
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=
github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
-go.cypherpunks.ru/recfile v0.7.0 h1:0R1UnDGKccp7JnC66msslJMlSY02jHx/XkW+ISl0GuY=
-go.cypherpunks.ru/recfile v0.7.0/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=
-go.cypherpunks.ru/tai64n/v2 v2.0.1 h1:AnwUUgi0EixZcr6nzjUaOy2DFInFwbNRkBkgon4oJfU=
-go.cypherpunks.ru/tai64n/v2 v2.0.1/go.mod h1:Jlva0YVJBpaRFAJ4jfY4BXVPuav0GMyGXzYPSKCCCL0=
+go.cypherpunks.su/recfile/v2 v2.0.0 h1:Q2o+OzM1H2O1WnshU88r+waBqylkqZj8plBdBWZitcU=
+go.cypherpunks.su/recfile/v2 v2.0.0/go.mod h1:36EnyBwx6VpsSM5MMcYGTDiKrVEP49S09p33EFuhQYU=
+go.cypherpunks.su/tai64n/v3 v3.0.0 h1:JvQiZJwkswUttMNcPrYS4KUK9Zfl6xllD0N6ZnSZX/U=
+go.cypherpunks.su/tai64n/v3 v3.0.0/go.mod h1:zGDFuyiFKJk+iem8lyBaFeCm+MNMOn7RRWy456n1J78=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
"os"
"strconv"
- "go.cypherpunks.ru/recfile"
+ "go.cypherpunks.su/recfile/v2"
"golang.org/x/sys/unix"
)
"syscall"
"github.com/google/uuid"
- "go.cypherpunks.ru/recfile"
+ "go.cypherpunks.su/recfile/v2"
"golang.org/x/sys/unix"
)
"syscall"
"time"
- "go.cypherpunks.ru/recfile"
- "go.cypherpunks.ru/tai64n/v2"
+ "go.cypherpunks.su/recfile/v2"
+ "go.cypherpunks.su/tai64n/v3"
"golang.org/x/sys/unix"
)