-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
18 lines (16 loc) · 538 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/marcellodesales/cloner
go 1.15
require (
github.com/disiqueira/gotree v1.0.0
github.com/go-git/go-git v4.7.0+incompatible
github.com/go-git/go-git/v5 v5.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/thoas/go-funk v0.7.0
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
)