-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
21 lines (19 loc) · 912 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/uetchy/gst
go 1.12
require (
github.com/Songmu/prompter v0.4.0
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920
github.com/dustin/go-humanize v1.0.0
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/motemen/go-gitconfig v0.0.0-20160409144229-d53da5028b75
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
)