-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (27 loc) · 992 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
30
31
module github.com/thiagozs/go-xutils
go 1.21
require (
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.4
github.com/xuri/excelize/v2 v2.8.0
golang.org/x/text v0.13.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)
require (
github.com/davecgh/go-spew v1.1.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/thiagozs/go-phonegen v1.0.2
github.com/ttacon/libphonenumber v1.2.1
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)