]> Sergey Matveev's repositories - sgblog.git/blob - go.mod
Move templates to external files, make them HTML5
[sgblog.git] / go.mod
1 module go.stargrave.org/sgblog
2
3 go 1.16
4
5 require (
6         github.com/go-git/go-git/v5 v5.1.0
7         github.com/hjson/hjson-go v3.1.0+incompatible
8         go.cypherpunks.ru/recfile v0.4.3
9         golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
10 )