summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-git/go-billy/v5/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-git/go-billy/v5/go.mod')
-rw-r--r--vendor/github.com/go-git/go-billy/v5/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/go-git/go-billy/v5/go.mod b/vendor/github.com/go-git/go-billy/v5/go.mod
new file mode 100644
index 000000000..78ce0af2a
--- /dev/null
+++ b/vendor/github.com/go-git/go-billy/v5/go.mod
@@ -0,0 +1,10 @@
+module github.com/go-git/go-billy/v5
+
+require (
+ github.com/kr/text v0.2.0 // indirect
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
+ golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
+)
+
+go 1.13