-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
67 lines (64 loc) · 2.62 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/nsip/dev-nrt
go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/clipperhouse/jargon v1.0.9
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/fatih/set v0.2.1
github.com/gosuri/uiprogress v0.0.1
github.com/iancoleman/strcase v0.3.0
github.com/json-iterator/go v1.1.12
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/nsip/dev-nrt-splitter v1.0.6
github.com/nsip/sifxml2go v0.0.1
github.com/pelletier/go-toml v1.9.5
github.com/subchen/go-xmldom v1.1.2
github.com/tamerh/xml-stream-parser v1.4.0
github.com/tidwall/gjson v1.14.4
github.com/tidwall/sjson v1.2.5
golang.org/x/sync v0.10.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/fatih/set.v0 v0.2.1
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/clipperhouse/uax29 v1.12.5 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/digisan/csv-tool v0.2.7 // indirect
github.com/digisan/fileflatter v0.0.15 // indirect
github.com/digisan/go-config v0.2.7 // indirect
github.com/digisan/go-generics v0.3.6 // indirect
github.com/digisan/gotk v0.3.9 // indirect
github.com/digisan/logkit v0.2.6 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/golang/glog v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // 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/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/tamerh/xpath v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)