-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
41 lines (38 loc) · 1.46 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
module github.com/tableauio/tableau
go 1.20
require (
github.com/davecgh/go-spew v1.1.1
github.com/emirpasic/gods v1.18.1
github.com/jhump/protoreflect v1.16.0
github.com/protocolbuffers/txtpbfmt v0.0.0-20240820135758-21b1d9897dc7
github.com/rogpeppe/go-internal v1.10.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.9.0
github.com/subchen/go-xmldom v1.1.2
github.com/xuri/excelize/v2 v2.6.1
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.24.0
golang.org/x/sync v0.6.0
golang.org/x/text v0.14.0
google.golang.org/protobuf v1.34.2
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/antchfx/xpath v1.2.3 // indirect
github.com/bufbuild/protocompile v0.10.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)