-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
58 lines (55 loc) · 2.43 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
module github.com/webx-top/tower
go 1.23
require (
github.com/admpub/confl v0.2.4
github.com/admpub/fsnotify v1.7.0
github.com/admpub/log v1.3.6
github.com/stretchr/testify v1.10.0
github.com/webx-top/com v1.3.20
github.com/webx-top/reverseproxy v0.0.2
)
require (
github.com/admpub/color v1.8.1 // indirect
github.com/admpub/decimal v1.3.1 // indirect
github.com/admpub/events v1.3.6 // indirect
github.com/admpub/fasthttp v0.0.5 // indirect
github.com/admpub/go-isatty v0.0.11 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
github.com/admpub/manners v0.0.0-20160501130611-72097fd728f7 // indirect
github.com/admpub/realip v0.2.7 // indirect
github.com/admpub/timeago v1.2.2 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 // indirect
github.com/braintree/manners v0.0.0-20160418043613-82a8879fc5fd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/goccy/go-json v0.10.4 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/webx-top/captcha v0.1.0 // indirect
github.com/webx-top/codec v0.3.0 // indirect
github.com/webx-top/echo v1.14.5 // indirect
github.com/webx-top/poolx v0.0.0-20210912044716-5cfa2d58e380 // indirect
github.com/webx-top/tagfast v0.0.1 // indirect
github.com/webx-top/validation v0.0.3 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)