-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 729 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/augmentable-dev/tickgit
go 1.13
require (
github.com/augmentable-dev/lege v0.0.0-20191028004410-79cb985065a1
github.com/briandowns/spinner v1.11.1
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0 // indirect
github.com/go-enry/go-enry/v2 v2.5.2
github.com/karrick/godirwalk v1.15.6
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
)