Update Go modules

This commit is contained in:
Christian Muehlhaeuser
2020-04-16 19:18:36 +02:00
parent e08c91b39a
commit bcadae2c96
2 changed files with 19 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/muesli/gitomatic
go 1.12
require gopkg.in/src-d/go-git.v4 v4.13.1
require (
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/src-d/go-git.v4 v4.13.1
)