]> Sergey Matveev's repositories - sgblog.git/blob - go.mod
Initial working version
[sgblog.git] / go.mod
1 module go.stargrave.org/sgblog
2
3 go 1.13
4
5 require (
6         github.com/google/uuid v1.1.1
7         golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
8         golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a
9         gopkg.in/src-d/go-git.v4 v4.13.1
10 )