6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 14:31:49 +00:00

Add go modules and instructions for static building

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-16 14:10:35 +02:00
parent 653873c238
commit 30205fbbdf
4 changed files with 62 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git-get
go 1.14
require github.com/libgit2/git2go/v30 v30.0.3
replace github.com/libgit2/git2go/v30 => ./static/git2go