]> 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 accfd739dbb7abb5fd706381b1f0c9184d1c5d80..6ee5358a01f224fab3b0da6dcefcc5e6d2051f3b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,10 +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.1.0+incompatible
        go.cypherpunks.ru/recfile v0.4.3
-       golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
+       golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
 )