6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 17:24:49 +00:00
Files
git-get/go.mod
Grzegorz Dlugoszewski b2e5f9178b Rename test helpers file
2020-05-18 13:25:46 +02:00

11 lines
164 B
Modula-2

module git-get
go 1.14
require (
github.com/libgit2/git2go/v30 v30.0.3
github.com/pkg/errors v0.9.1
)
replace github.com/libgit2/git2go/v30 => ./static/git2go