-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
27 lines (24 loc) · 812 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
25
26
27
module cotton
go 1.22.4
require (
github.com/chonla/goline v0.0.3
github.com/fatih/color v1.17.0
github.com/samber/lo v1.39.0
github.com/samber/mo v1.11.0
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.17.1
github.com/valyala/fasttemplate v1.2.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)