-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 938 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
28
29
module github.com/nsip/dev-nrt-splitter
go 1.20
require (
github.com/digisan/csv-tool v0.2.7
github.com/digisan/go-config v0.2.7
github.com/digisan/go-generics v0.3.6
github.com/digisan/gotk v0.3.9
github.com/digisan/logkit v0.2.6
github.com/gosuri/uiprogress v0.0.1
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/digisan/fileflatter v0.0.15 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)