6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-05 02:04:41 +00:00
Files
git-get/go.mod
2020-06-04 11:38:01 +02:00

15 lines
315 B
Modula-2

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
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/xlab/treeprint v1.0.0
)