forked from evilmartians/lefthook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 652 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Arkweid/lefthook
require (
github.com/Arkweid/hookah v0.2.3 // indirect
github.com/adam-hanna/arrayOperations v0.2.5
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 // indirect
github.com/briandowns/spinner v1.11.1
github.com/creack/pty v1.1.9
github.com/gobwas/glob v0.2.3
github.com/kr/pty v1.1.5
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/mattn/go-isatty v0.0.8
github.com/spf13/afero v1.2.1
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
)
go 1.13