-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 859 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/kuredoro/scold
go 1.18
require (
github.com/alexflint/go-arg v1.3.0
github.com/alexflint/go-scalar v1.0.0 // indirect
github.com/atomicgo/cursor v0.0.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/jonboulle/clockwork v0.2.2
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.9
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/maxatome/go-testdeep v1.10.0
github.com/sanity-io/litter v1.3.0
github.com/shettyh/threadpool v0.0.0-20200323115144-b99fd8aaa945
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require github.com/davecgh/go-spew v1.1.1 // indirect