]> Sergey Matveev's repositories - sgblog.git/blob - go.mod
Up to date go.cypherpunks.ru/recfile
[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.0.1+incompatible
8         github.com/imdario/mergo v0.3.11 // indirect
9         go.cypherpunks.ru/recfile v0.4.0
10         golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
11         golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
12         golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
13 )