Skip to content

Commit da71b45

Browse files
committed
xcheck optimize
Signed-off-by: kl7sn <mex7.0828@gmail.com>
1 parent 098d6a2 commit da71b45

File tree

6 files changed

+33
-146
lines changed

6 files changed

+33
-146
lines changed

xcheck/go.mod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/gotomicro/cetus/xcheck
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/go-resty/resty/v2 v2.7.0
7+
github.com/gotomicro/cetus/l v0.0.0-20230720035012-098d6a2cbd7b
8+
github.com/gotomicro/cetus/xnet v0.0.0-20230720035012-098d6a2cbd7b
79
github.com/gotomicro/ego v1.1.11
810
github.com/shirou/gopsutil/v3 v3.21.6
911
)
@@ -14,7 +16,7 @@ require (
1416
github.com/go-logr/logr v1.2.3 // indirect
1517
github.com/go-logr/stdr v1.2.2 // indirect
1618
github.com/go-ole/go-ole v1.2.6 // indirect
17-
github.com/google/go-cmp v0.5.9 // indirect
19+
github.com/golang/protobuf v1.5.3 // indirect
1820
github.com/gotomicro/logrotate v0.0.0-20211108034117-46d53eedc960 // indirect
1921
github.com/mitchellh/mapstructure v1.5.0 // indirect
2022
github.com/spf13/cast v1.4.1 // indirect
@@ -25,9 +27,9 @@ require (
2527
go.opentelemetry.io/otel/trace v1.7.0 // indirect
2628
go.uber.org/atomic v1.7.0 // indirect
2729
go.uber.org/multierr v1.6.0 // indirect
28-
go.uber.org/zap v1.21.0 // indirect
30+
go.uber.org/zap v1.24.0 // indirect
2931
golang.org/x/net v0.10.0 // indirect
3032
golang.org/x/sys v0.8.0 // indirect
31-
google.golang.org/grpc v1.46.0 // indirect
32-
gopkg.in/yaml.v3 v3.0.1 // indirect
33+
google.golang.org/grpc v1.56.2 // indirect
34+
google.golang.org/protobuf v1.30.0 // indirect
3335
)

0 commit comments

Comments
 (0)