]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Bugfixed recfile library
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index ff88ed6a34ce0691fe9276350872e97629969100..16c2e0516e3d8e732898e8c88d310015e3c04997 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,10 @@ go 1.17
 require (
        github.com/go-git/go-git/v5 v5.4.2
        github.com/hjson/hjson-go v3.3.0+incompatible
-       go.cypherpunks.ru/recfile v0.5.1
-       golang.org/x/crypto v0.1.0
+       github.com/vorlif/spreak v0.3.5
+       go.cypherpunks.ru/recfile v0.6.0
+       golang.org/x/crypto v0.7.0
+       golang.org/x/text v0.8.0
 )
 
 require (
@@ -23,9 +25,9 @@ require (
        github.com/mitchellh/go-homedir v1.1.0 // indirect
        github.com/sergi/go-diff v1.2.0 // indirect
        github.com/xanzy/ssh-agent v0.3.2 // indirect
-       golang.org/x/mod v0.6.0 // indirect
-       golang.org/x/net v0.2.0 // indirect
-       golang.org/x/sys v0.2.0 // indirect
-       golang.org/x/tools v0.2.0 // indirect
+       golang.org/x/mod v0.8.0 // indirect
+       golang.org/x/net v0.8.0 // indirect
+       golang.org/x/sys v0.6.0 // indirect
+       golang.org/x/tools v0.6.0 // indirect
        gopkg.in/warnings.v0 v0.1.2 // indirect
 )