mirror of
https://github.com/taigrr/gitomatic.git
synced 2026-04-02 03:09:10 -07:00
9 lines
131 B
Modula-2
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
|
|
)
|