@@ -9,7 +9,7 @@ require (
9
9
github.com/genjidb/genji v0.13.0
10
10
github.com/genjidb/genji/engine/badgerengine v0.13.0
11
11
github.com/gin-contrib/pprof v1.3.0
12
- github.com/gin-gonic/gin v1.9.1
12
+ github.com/gin-gonic/gin v1.10.0
13
13
github.com/goccy/go-graphviz v0.0.9
14
14
github.com/golang/mock v1.6.0
15
15
github.com/golang/protobuf v1.5.4
@@ -24,7 +24,7 @@ require (
24
24
github.com/prometheus/client_golang v1.19.0
25
25
github.com/prometheus/common v0.52.2
26
26
github.com/spf13/pflag v1.0.5
27
- github.com/stretchr/testify v1.9 .0
27
+ github.com/stretchr/testify v1.10 .0
28
28
github.com/valyala/gozstd v1.16.0
29
29
github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
30
30
go.etcd.io/etcd/api/v3 v3.5.12
@@ -34,7 +34,7 @@ require (
34
34
go.uber.org/atomic v1.11.0
35
35
go.uber.org/goleak v1.3.0
36
36
go.uber.org/zap v1.27.0
37
- golang.org/x/net v0.24 .0
37
+ golang.org/x/net v0.33 .0
38
38
google.golang.org/grpc v1.62.1
39
39
)
40
40
@@ -48,12 +48,14 @@ require (
48
48
github.com/VictoriaMetrics/metricsql v0.41.0 // indirect
49
49
github.com/beorn7/perks v1.0.1 // indirect
50
50
github.com/buger/jsonparser v1.1.1 // indirect
51
- github.com/bytedance/sonic v1.9.1 // indirect
51
+ github.com/bytedance/sonic v1.12.6 // indirect
52
+ github.com/bytedance/sonic/loader v0.2.1 // indirect
52
53
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
53
54
github.com/cespare/xxhash v1.1.0 // indirect
54
55
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
56
56
github.com/cloudfoundry/gosigar v1.3.6 // indirect
57
+ github.com/cloudwego/base64x v0.1.4 // indirect
58
+ github.com/cloudwego/iasm v0.2.0 // indirect
57
59
github.com/cockroachdb/errors v1.8.1 // indirect
58
60
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
59
61
github.com/cockroachdb/redact v1.0.8 // indirect
@@ -69,16 +71,16 @@ require (
69
71
github.com/docker/go-units v0.5.0 // indirect
70
72
github.com/dustin/go-humanize v1.0.1 // indirect
71
73
github.com/fogleman/gg v1.3.0 // indirect
72
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
73
- github.com/gin-contrib/sse v0.1 .0 // indirect
74
+ github.com/gabriel-vasile/mimetype v1.4.7 // indirect
75
+ github.com/gin-contrib/sse v1.0 .0 // indirect
74
76
github.com/go-logr/logr v1.4.1 // indirect
75
77
github.com/go-logr/stdr v1.2.2 // indirect
76
78
github.com/go-ole/go-ole v1.3.0 // indirect
77
79
github.com/go-playground/locales v0.14.1 // indirect
78
80
github.com/go-playground/universal-translator v0.18.1 // indirect
79
- github.com/go-playground/validator/v10 v10.14 .0 // indirect
81
+ github.com/go-playground/validator/v10 v10.23 .0 // indirect
80
82
github.com/go-resty/resty/v2 v2.11.0 // indirect
81
- github.com/goccy/go-json v0.10.2 // indirect
83
+ github.com/goccy/go-json v0.10.4 // indirect
82
84
github.com/gogo/protobuf v1.3.2 // indirect
83
85
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
84
86
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
@@ -99,17 +101,17 @@ require (
99
101
github.com/jpillora/backoff v1.0.0 // indirect
100
102
github.com/json-iterator/go v1.1.12 // indirect
101
103
github.com/klauspost/compress v1.17.4 // indirect
102
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
104
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
103
105
github.com/kr/pretty v0.3.1 // indirect
104
106
github.com/kr/text v0.2.0 // indirect
105
- github.com/leodido/go-urn v1.2.4 // indirect
107
+ github.com/leodido/go-urn v1.4.0 // indirect
106
108
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
107
109
github.com/mattn/go-isatty v0.0.20 // indirect
108
110
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
109
111
github.com/modern-go/reflect2 v1.0.2 // indirect
110
112
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
111
113
github.com/opentracing/opentracing-go v1.2.0 // indirect
112
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
114
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
113
115
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
114
116
github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f // indirect
115
117
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
@@ -137,7 +139,7 @@ require (
137
139
github.com/twmb/murmur3 v1.1.6 // indirect
138
140
github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect
139
141
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
140
- github.com/ugorji/go/codec v1.2.11 // indirect
142
+ github.com/ugorji/go/codec v1.2.12 // indirect
141
143
github.com/valyala/bytebufferpool v1.0.0 // indirect
142
144
github.com/valyala/fastjson v1.6.3 // indirect
143
145
github.com/valyala/fastrand v1.1.0 // indirect
@@ -163,20 +165,20 @@ require (
163
165
go.opentelemetry.io/otel/trace v1.22.0 // indirect
164
166
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
165
167
go.uber.org/multierr v1.11.0 // indirect
166
- golang.org/x/arch v0.3 .0 // indirect
167
- golang.org/x/crypto v0.22 .0 // indirect
168
+ golang.org/x/arch v0.12 .0 // indirect
169
+ golang.org/x/crypto v0.31 .0 // indirect
168
170
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
169
171
golang.org/x/image v0.5.0 // indirect
170
172
golang.org/x/oauth2 v0.18.0 // indirect
171
- golang.org/x/sync v0.7 .0 // indirect
172
- golang.org/x/sys v0.19 .0 // indirect
173
- golang.org/x/text v0.14 .0 // indirect
173
+ golang.org/x/sync v0.10 .0 // indirect
174
+ golang.org/x/sys v0.28 .0 // indirect
175
+ golang.org/x/text v0.21 .0 // indirect
174
176
golang.org/x/time v0.5.0 // indirect
175
177
google.golang.org/appengine v1.6.8 // indirect
176
178
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
177
179
google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect
178
180
google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect
179
- google.golang.org/protobuf v1.33.0 // indirect
181
+ google.golang.org/protobuf v1.36.1 // indirect
180
182
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
181
183
gopkg.in/yaml.v2 v2.4.0 // indirect
182
184
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments