-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.1 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
module tamper
go 1.22
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/antlabs/strsim v0.0.3
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/dop251/goja v0.0.0-20240828124009-016eb7256539
github.com/panjf2000/ants/v2 v2.10.0
github.com/xuri/excelize/v2 v2.8.1
golang.org/x/net v0.28.0
golang.org/x/text v0.17.0
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/sync v0.8.0 // indirect
)