]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Update dependencies
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index c1f6c6c3421c19df70ecc2f9766612194e5ab8df..8cc51fced5b9054862524d0a0134ac20f50c2fdf 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,11 @@ module go.stargrave.org/sgblog
 go 1.13
 
 require (
+       github.com/go-git/go-git/v5 v5.1.0
        github.com/hjson/hjson-go v3.0.1+incompatible
+       github.com/imdario/mergo v0.3.11 // indirect
        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
+       golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
+       golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
+       golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
 )