]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Go 1.17 module
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index 4333e456a07d7d0f7665d379ac8d51d021a363ac..f54cc80af00355d27015fdc520a40a88c23856c1 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,25 @@
 module go.stargrave.org/sgblog
 
-go 1.13
+go 1.17
 
 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.2.0
-       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-20210616213533-5ff15b29337e
+)
+
+require (
+       github.com/emirpasic/gods v1.12.0 // indirect
+       github.com/go-git/gcfg v1.5.0 // indirect
+       github.com/go-git/go-billy/v5 v5.0.0 // indirect
+       github.com/imdario/mergo v0.3.9 // indirect
+       github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
+       github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
+       github.com/mitchellh/go-homedir v1.1.0 // indirect
+       github.com/sergi/go-diff v1.1.0 // indirect
+       github.com/xanzy/ssh-agent v0.2.1 // indirect
+       golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
+       golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
+       gopkg.in/warnings.v0 v0.1.2 // indirect
 )