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

Remove in-memory tests and just use temp dirs

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-27 14:49:28 +02:00
parent c628817c22
commit fd49a9e41d
4 changed files with 89 additions and 81 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ 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/libgit2/git2go/v30 v30.0.3
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0