]> Sergey Matveev's repositories - sgblog.git/commitdiff
Go 1.17 module
authorSergey Matveev <stargrave@stargrave.org>
Mon, 5 Sep 2022 09:37:28 +0000 (12:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 5 Sep 2022 09:37:28 +0000 (12:37 +0300)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 6ee5358a01f224fab3b0da6dcefcc5e6d2051f3b..f54cc80af00355d27015fdc520a40a88c23856c1 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module go.stargrave.org/sgblog
 
-go 1.16
+go 1.17
 
 require (
        github.com/go-git/go-git/v5 v5.1.0
@@ -8,3 +8,18 @@ require (
        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
+)
diff --git a/go.sum b/go.sum
index 947a8951d40c056b567680d24e79b968d16a74f6..90f1e409f238ca8886c0115c28b2eae1fc29f67b 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -10,7 +10,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
 github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
-github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=
 github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
 github.com/gliderlabs/ssh v0.2.2 h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=
 github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=