]> Sergey Matveev's repositories - sgblog.git/blob - go.mod
Do not shadow log module
[sgblog.git] / go.mod
1 module go.stargrave.org/sgblog
2
3 go 1.13
4
5 require (
6         github.com/hjson/hjson-go v3.0.1+incompatible
7         go.cypherpunks.ru/netstring/v2 v2.0.0
8         golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
9         golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a
10         gopkg.in/src-d/go-git.v4 v4.13.1
11 )