Files
gitomatic/go.mod
Christian Muehlhaeuser bcadae2c96 Update Go modules
2020-04-16 19:18:36 +02:00

9 lines
131 B
Modula-2

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