Enable go modules

This commit is contained in:
Christian Muehlhaeuser
2019-08-02 23:44:51 +02:00
parent 0b1f56f8c5
commit aaff4d8b54
3 changed files with 68 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/muesli/gitomatic
go 1.12
require gopkg.in/src-d/go-git.v4 v4.13.1