6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-07 06:05:39 +00:00

Load gitignore patterns also from files declared in excludesfile

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-02 14:34:10 +02:00
parent abf220355c
commit 1406aa78c6
3 changed files with 22 additions and 0 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git-get
go 1.14
require (
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.1.0
github.com/karrick/godirwalk v1.15.6
github.com/mitchellh/go-homedir v1.1.0