]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Cleanup dependencies
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index a0a1ecae712989954637b4b3fd9a54e90df591bc..accfd739dbb7abb5fd706381b1f0c9184d1c5d80 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,7 @@ 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/recfile v0.4.2
-       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
+       github.com/hjson/hjson-go v3.1.0+incompatible
+       go.cypherpunks.ru/recfile v0.4.3
+       golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
 )