]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Less panic
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index c1f6c6c3421c19df70ecc2f9766612194e5ab8df..8e2c361af5a520c3bbf698f4faa0c3435cd209b2 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,8 @@ module go.stargrave.org/sgblog
 go 1.13
 
 require (
-       github.com/hjson/hjson-go v3.0.1+incompatible
-       go.cypherpunks.ru/netstring/v2 v2.0.0
-       golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
-       golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a
-       gopkg.in/src-d/go-git.v4 v4.13.1
+       github.com/go-git/go-git/v5 v5.1.0
+       github.com/hjson/hjson-go v3.1.0+incompatible
+       go.cypherpunks.ru/recfile v0.4.3
+       golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
 )