]> Sergey Matveev's repositories - sgblog.git/blob - go.mod
Cleanup dependencies
[sgblog.git] / go.mod
1 module go.stargrave.org/sgblog
2
3 go 1.13
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-20210421170649-83a5a9bb288b
10 )