-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
63 lines (60 loc) · 2.53 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
module github.com/azhai/gozzo
go 1.23
require (
github.com/Code-Hex/pget v0.2.1
github.com/go-playground/form/v4 v4.2.1
github.com/gobwas/glob v0.2.3
github.com/gofiber/fiber/v3 v3.0.0-beta.3
github.com/hashicorp/hcl/v2 v2.23.0
github.com/iancoleman/strcase v0.3.0
github.com/k0kubun/pp v3.0.1+incompatible
github.com/kellydunn/golang-geo v0.7.0
github.com/klauspost/cpuid/v2 v2.2.9
github.com/muyo/sno v1.2.1
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.10.0
go.uber.org/zap v1.27.0
golang.org/x/tools v0.28.0
gorm.io/gorm v1.25.12
xorm.io/xorm v1.3.9
)
require (
github.com/Code-Hex/updater v0.0.0-20160712085121-c3f278672520 // indirect
github.com/Songmu/prompter v0.5.1 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/antonholmquist/jason v1.0.1-0.20160829104012-962e09b85496 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/gofiber/utils/v2 v2.0.0-beta.7 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jessevdk/go-flags v1.6.1 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/zclconf/go-cty v1.15.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)