@@ -7,47 +7,47 @@ toolchain go1.23.7
7
7
require (
8
8
github.com/Unknwon/goconfig v1.0.0
9
9
github.com/allegro/bigcache/v3 v3.1.0
10
- github.com/antonmedv/expr v1.15.3
11
10
github.com/bwmarrin/snowflake v0.3.0
12
- github.com/bytedance/gopkg v0.0.0-20231219111115-a5eedbe96960
11
+ github.com/bytedance/gopkg v0.1.2
13
12
github.com/bytedance/sonic v1.13.2
14
13
github.com/cockroachdb/pebble v1.0.0
15
14
github.com/colinmarc/hdfs/v2 v2.4.0
16
- github.com/gin-contrib/pprof v1.4.0
17
- github.com/gin-gonic/gin v1.9.1
15
+ github.com/expr-lang/expr v1.17.2
16
+ github.com/gin-contrib/pprof v1.5.3
17
+ github.com/gin-gonic/gin v1.10.0
18
18
github.com/jcmturner/gokrb5/v8 v8.4.4
19
19
github.com/mr-tron/base58 v1.2.0
20
- github.com/prometheus/client_golang v1.17 .0
20
+ github.com/prometheus/client_golang v1.12 .0
21
21
github.com/shirou/gopsutil/v3 v3.20.10
22
22
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
23
- github.com/sirupsen/logrus v1.9.3
24
- github.com/stretchr/testify v1.8.4
23
+ github.com/sirupsen/logrus v1.6.0
24
+ github.com/stretchr/testify v1.10.0
25
25
github.com/syndtr/goleveldb v1.0.0
26
- google.golang.org/grpc v1.59 .0
27
- google.golang.org/protobuf v1.31.0
26
+ google.golang.org/grpc v1.72 .0
27
+ google.golang.org/protobuf v1.36.6
28
28
)
29
29
30
30
require (
31
31
github.com/DataDog/zstd v1.4.5 // indirect
32
32
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
34
github.com/bytedance/sonic/loader v0.2.4 // indirect
35
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
35
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
36
36
github.com/cloudwego/base64x v0.1.5 // indirect
37
- github.com/cockroachdb/errors v1.11.1 // indirect
38
- github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
39
- github.com/cockroachdb/redact v1.1.5 // indirect
37
+ github.com/cockroachdb/errors v1.8.1 // indirect
38
+ github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
39
+ github.com/cockroachdb/redact v1.0.8 // indirect
40
+ github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect
40
41
github.com/davecgh/go-spew v1.1.1 // indirect
41
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
42
- github.com/getsentry/sentry-go v0.18.0 // indirect
43
- github.com/gin-contrib/sse v0.1.0 // indirect
42
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
43
+ github.com/gin-contrib/sse v1.0.0 // indirect
44
44
github.com/go-ole/go-ole v1.2.4 // indirect
45
45
github.com/go-playground/locales v0.14.1 // indirect
46
46
github.com/go-playground/universal-translator v0.18.1 // indirect
47
- github.com/go-playground/validator/v10 v10.14 .0 // indirect
48
- github.com/goccy/go-json v0.10.2 // indirect
47
+ github.com/go-playground/validator/v10 v10.26 .0 // indirect
48
+ github.com/goccy/go-json v0.10.5 // indirect
49
49
github.com/gogo/protobuf v1.3.2 // indirect
50
- github.com/golang/protobuf v1.5.3 // indirect
50
+ github.com/golang/protobuf v1.5.4 // indirect
51
51
github.com/golang/snappy v0.0.4 // indirect
52
52
github.com/hashicorp/go-uuid v1.0.3 // indirect
53
53
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
@@ -57,32 +57,30 @@ require (
57
57
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
58
58
github.com/json-iterator/go v1.1.12 // indirect
59
59
github.com/klauspost/compress v1.15.15 // indirect
60
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
61
- github.com/kr/pretty v0.3.1 // indirect
60
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
61
+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
62
+ github.com/kr/pretty v0.2.1 // indirect
62
63
github.com/kr/text v0.2.0 // indirect
63
- github.com/leodido/go-urn v1.2.4 // indirect
64
+ github.com/leodido/go-urn v1.4.0 // indirect
64
65
github.com/mattn/go-isatty v0.0.20 // indirect
65
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
66
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
66
67
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
67
68
github.com/modern-go/reflect2 v1.0.2 // indirect
68
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
69
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
69
70
github.com/pkg/errors v0.9.1 // indirect
70
71
github.com/pmezard/go-difflib v1.0.0 // indirect
71
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
72
- github.com/prometheus/common v0.44.0 // indirect
73
- github.com/prometheus/procfs v0.11.1 // indirect
74
- github.com/rogpeppe/go-internal v1.10.0 // indirect
72
+ github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
73
+ github.com/prometheus/common v0.32.1 // indirect
74
+ github.com/prometheus/procfs v0.7.3 // indirect
75
75
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
76
- github.com/smartystreets/goconvey v1.8.1 // indirect
77
76
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
78
- github.com/ugorji/go/codec v1.2.11 // indirect
77
+ github.com/ugorji/go/codec v1.2.12 // indirect
79
78
golang.org/x/arch v0.16.0 // indirect
80
- golang.org/x/crypto v0.12 .0 // indirect
81
- golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
82
- golang.org/x/net v0.14 .0 // indirect
79
+ golang.org/x/crypto v0.37 .0 // indirect
80
+ golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
81
+ golang.org/x/net v0.38 .0 // indirect
83
82
golang.org/x/sys v0.32.0 // indirect
84
- golang.org/x/text v0.12.0 // indirect
85
- golang.org/x/tools v0.7.0 // indirect
86
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
83
+ golang.org/x/text v0.24.0 // indirect
84
+ google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
87
85
gopkg.in/yaml.v3 v3.0.1 // indirect
88
86
)
0 commit comments