@@ -15,8 +15,8 @@ require (
1515 github.com/coreos/go-semver v0.3.0
1616 github.com/docker/go-units v0.4.0
1717 github.com/elliotchance/pie/v2 v2.1.0
18- github.com/gin-contrib/cors v1.4 .0
19- github.com/gin-gonic/gin v1.8 .1
18+ github.com/gin-contrib/cors v1.6 .0
19+ github.com/gin-gonic/gin v1.9 .1
2020 github.com/go-echarts/go-echarts v1.0.0
2121 github.com/gogo/protobuf v1.3.2
2222 github.com/google/btree v1.1.2
@@ -40,7 +40,7 @@ require (
4040 github.com/smallnest/chanx v0.0.0-20221229104322-eb4c998d2072
4141 github.com/spf13/cobra v1.0.0
4242 github.com/spf13/pflag v1.0.5
43- github.com/stretchr/testify v1.8.2
43+ github.com/stretchr/testify v1.8.4
4444 github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba
4545 github.com/swaggo/swag v1.8.3
4646 github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
@@ -50,13 +50,23 @@ require (
5050 go.uber.org/goleak v1.1.12
5151 go.uber.org/zap v1.24.0
5252 golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a
53- golang.org/x/text v0.9 .0
53+ golang.org/x/text v0.14 .0
5454 golang.org/x/time v0.1.0
5555 golang.org/x/tools v0.6.0
5656 google.golang.org/grpc v1.54.0
5757 gotest.tools/gotestsum v1.7.0
5858)
5959
60+ require (
61+ github.com/bytedance/sonic v1.11.2 // indirect
62+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
63+ github.com/chenzhuoyu/iasm v0.9.1 // indirect
64+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
65+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
66+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
67+ golang.org/x/arch v0.7.0 // indirect
68+ )
69+
6070require (
6171 github.com/KyleBanks/depth v1.2.1 // indirect
6272 github.com/Masterminds/semver v1.5.0 // indirect
@@ -98,13 +108,13 @@ require (
98108 github.com/go-openapi/jsonreference v0.19.6 // indirect
99109 github.com/go-openapi/spec v0.20.4 // indirect
100110 github.com/go-openapi/swag v0.19.15 // indirect
101- github.com/go-playground/locales v0.14.0 // indirect
102- github.com/go-playground/universal-translator v0.18.0 // indirect
103- github.com/go-playground/validator/v10 v10.10 .0 // indirect
111+ github.com/go-playground/locales v0.14.1 // indirect
112+ github.com/go-playground/universal-translator v0.18.1 // indirect
113+ github.com/go-playground/validator/v10 v10.19 .0 // indirect
104114 github.com/go-resty/resty/v2 v2.6.0 // indirect
105115 github.com/go-sql-driver/mysql v1.7.0 // indirect
106116 github.com/goccy/go-graphviz v0.0.9 // indirect
107- github.com/goccy/go-json v0.9.7 // indirect
117+ github.com/goccy/go-json v0.10.2 // indirect
108118 github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
109119 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
110120 github.com/golang/protobuf v1.5.3 // indirect
@@ -125,11 +135,11 @@ require (
125135 github.com/josharian/intern v1.0.0 // indirect
126136 github.com/json-iterator/go v1.1.12 // indirect
127137 github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
128- github.com/leodido/go-urn v1.2.1 // indirect
138+ github.com/leodido/go-urn v1.4.0 // indirect
129139 github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
130140 github.com/mailru/easyjson v0.7.6 // indirect
131141 github.com/mattn/go-colorable v0.1.8 // indirect
132- github.com/mattn/go-isatty v0.0.14 // indirect
142+ github.com/mattn/go-isatty v0.0.20 // indirect
133143 github.com/mattn/go-runewidth v0.0.8 // indirect
134144 github.com/mattn/go-sqlite3 v1.14.15 // indirect
135145 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -141,7 +151,7 @@ require (
141151 github.com/oleiade/reflections v1.0.1 // indirect
142152 github.com/olekukonko/tablewriter v0.0.4 // indirect
143153 github.com/onsi/gomega v1.20.1 // indirect
144- github.com/pelletier/go-toml/v2 v2.0 .1 // indirect
154+ github.com/pelletier/go-toml/v2 v2.1 .1 // indirect
145155 github.com/petermattis/goid v0.0.0-20211229010228-4d14c490ee36 // indirect
146156 github.com/pingcap/tipb v0.0.0-20220718022156-3e2483c20a9e // indirect
147157 github.com/pkg/errors v0.9.1
@@ -164,7 +174,7 @@ require (
164174 github.com/tklauser/go-sysconf v0.3.11 // indirect
165175 github.com/tklauser/numcpus v0.6.0 // indirect
166176 github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
167- github.com/ugorji/go/codec v1.2.7 // indirect
177+ github.com/ugorji/go/codec v1.2.12 // indirect
168178 github.com/urfave/cli/v2 v2.3.0 // indirect
169179 github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
170180 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
@@ -176,17 +186,17 @@ require (
176186 go.uber.org/dig v1.9.0 // indirect
177187 go.uber.org/fx v1.12.0 // indirect
178188 go.uber.org/multierr v1.11.0 // indirect
179- golang.org/x/crypto v0.1 .0 // indirect
189+ golang.org/x/crypto v0.21 .0 // indirect
180190 golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
181191 golang.org/x/mod v0.8.0 // indirect
182- golang.org/x/net v0.9 .0 // indirect
192+ golang.org/x/net v0.22 .0 // indirect
183193 golang.org/x/oauth2 v0.4.0 // indirect
184194 golang.org/x/sync v0.1.0 // indirect
185- golang.org/x/sys v0.7 .0 // indirect
186- golang.org/x/term v0.7 .0 // indirect
195+ golang.org/x/sys v0.18 .0 // indirect
196+ golang.org/x/term v0.18 .0 // indirect
187197 google.golang.org/appengine v1.6.7 // indirect
188198 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
189- google.golang.org/protobuf v1.30 .0 // indirect
199+ google.golang.org/protobuf v1.33 .0 // indirect
190200 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
191201 gopkg.in/yaml.v2 v2.4.0 // indirect
192202 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments