]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Move templates to external files, make them HTML5
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index 25f4d41a8df1a93476c28d78c735bf43254f764c..6ee5358a01f224fab3b0da6dcefcc5e6d2051f3b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,10 @@
 module go.stargrave.org/sgblog
 
-go 1.13
+go 1.16
 
 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
-       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
 )