]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Update dependencies
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index 16c2e0516e3d8e732898e8c88d310015e3c04997..36c0eb003fcf0021e08275a89f69ddd020c5beb8 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
 module go.stargrave.org/sgblog
 
-go 1.17
+go 1.20
 
 require (
        github.com/go-git/go-git/v5 v5.4.2
        github.com/hjson/hjson-go v3.3.0+incompatible
-       github.com/vorlif/spreak v0.3.5
-       go.cypherpunks.ru/recfile v0.6.0
+       github.com/vorlif/spreak v0.4.0
+       go.cypherpunks.ru/recfile v0.7.0
        golang.org/x/crypto v0.7.0
        golang.org/x/text v0.8.0
 )