aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMark <git@happybeing.com>2020-12-01 16:10:44 +0000
committerMichael Muré <batolettre@gmail.com>2020-12-05 21:41:09 +0100
commitecf1215ac92d96648f7fd5cc3990e81c61da43f8 (patch)
tree04c8e368f09c93470d0c6b466c0964101aefece8 /go.mod
parent61bfc51ebe4420982aa40e6b9d56d8ca114151c4 (diff)
downloadgit-bug-ecf1215ac92d96648f7fd5cc3990e81c61da43f8.tar.gz
Add RepoStorage interface (for draft PR)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a6496b45..000f84f0 100644
--- a/go.mod
+++ b/go.mod
@@ -20,6 +20,8 @@ require (
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fatih/color v1.10.0
+ github.com/go-git/go-billy v4.2.0+incompatible
+ github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.2.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.8.0