5
5
require (
6
6
github.com/arl/statsviz v0.6.0
7
7
github.com/deckarep/golang-set v1.8.0
8
- github.com/go-acme/lego/v4 v4.14.2
8
+ github.com/go-acme/lego/v4 v4.15.0
9
9
github.com/go-co-op/gocron v1.37.0
10
10
github.com/go-ldap/ldap v3.0.3+incompatible
11
11
github.com/go-sql-driver/mysql v1.7.1
@@ -17,9 +17,9 @@ require (
17
17
github.com/ivpusic/grpool v1.0.0
18
18
github.com/lanrenwo/lzsgo v0.0.2
19
19
github.com/lib/pq v1.10.9
20
- github.com/mattn/go-sqlite3 v1.14.19
20
+ github.com/mattn/go-sqlite3 v1.14.22
21
21
github.com/orcaman/concurrent-map v1.0.0
22
- github.com/pion/dtls/v2 v2.2.9
22
+ github.com/pion/dtls/v2 v2.2.10
23
23
github.com/pion/logging v0.2.2
24
24
github.com/pires/go-proxyproto v0.7.0
25
25
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -34,23 +34,23 @@ require (
34
34
github.com/xlzd/gotp v0.1.0
35
35
github.com/xuri/excelize/v2 v2.8.0
36
36
go.uber.org/atomic v1.11.0
37
- golang.org/x/crypto v0.18 .0
38
- golang.org/x/net v0.20 .0
37
+ golang.org/x/crypto v0.19 .0
38
+ golang.org/x/net v0.21 .0
39
39
golang.org/x/text v0.14.0
40
40
golang.org/x/time v0.5.0
41
41
layeh.com/radius v0.0.0-20231213012653-1006025d24f8
42
- xorm.io/xorm v1.3.7
42
+ xorm.io/xorm v1.3.8
43
43
)
44
44
45
45
require (
46
- github.com/aliyun/alibaba-cloud-sdk-go v1.62.664 // indirect
46
+ github.com/aliyun/alibaba-cloud-sdk-go v1.62.679 // indirect
47
47
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
48
- github.com/cloudflare/cloudflare-go v0.86 .0 // indirect
48
+ github.com/cloudflare/cloudflare-go v0.88 .0 // indirect
49
49
github.com/felixge/httpsnoop v1.0.4 // indirect
50
50
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
51
51
github.com/go-test/deep v1.1.0 // indirect
52
52
github.com/google/go-querystring v1.1.0 // indirect
53
- github.com/google/uuid v1.5 .0 // indirect
53
+ github.com/google/uuid v1.6 .0 // indirect
54
54
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
55
55
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
56
56
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -61,14 +61,14 @@ require (
61
61
github.com/sagikazarmark/locafero v0.4.0 // indirect
62
62
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
63
63
github.com/sourcegraph/conc v0.3.0 // indirect
64
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.846 // indirect
65
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.846 // indirect
64
+ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.859 // indirect
65
+ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.859 // indirect
66
66
github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect
67
- github.com/yusufpapurcu/wmi v1.2.3 // indirect
67
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
68
68
go.uber.org/multierr v1.11.0 // indirect
69
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
70
- golang.org/x/mod v0.14 .0 // indirect
71
- golang.org/x/tools v0.17 .0 // indirect
69
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
70
+ golang.org/x/mod v0.15 .0 // indirect
71
+ golang.org/x/tools v0.18 .0 // indirect
72
72
)
73
73
74
74
require (
@@ -99,7 +99,7 @@ require (
99
99
github.com/tklauser/numcpus v0.7.0 // indirect
100
100
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
101
101
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
102
- golang.org/x/sys v0.16 .0 // indirect
102
+ golang.org/x/sys v0.17 .0 // indirect
103
103
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
104
104
gopkg.in/ini.v1 v1.67.0 // indirect
105
105
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments