File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424
2525require (
2626 github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
27- github.com/bytedance/sonic v1.10.1 // indirect
27+ github.com/bytedance/sonic v1.10.2 // indirect
2828 github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
2929 github.com/chenzhuoyu/iasm v0.9.0 // indirect
3030 github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
@@ -70,7 +70,7 @@ require (
7070 golang.org/x/arch v0.5.0 // indirect
7171 golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
7272 golang.org/x/mod v0.13.0 // indirect
73- golang.org/x/net v0.16 .0 // indirect
73+ golang.org/x/net v0.17 .0 // indirect
7474 golang.org/x/sys v0.13.0 // indirect
7575 golang.org/x/text v0.13.0 // indirect
7676 golang.org/x/tools v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1
5555github.com/bytedance/sonic v1.10.0-rc /go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM =
5656github.com/bytedance/sonic v1.10.1 h1:7a1wuFXL1cMy7a3f7/VFcEtriuXQnUBhtoVfOZiaysc =
5757github.com/bytedance/sonic v1.10.1 /go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4 =
58+ github.com/bytedance/sonic v1.10.2 h1:GQebETVBxYB7JGWJtLBi07OVzWwt+8dWA00gEVW2ZFE =
59+ github.com/bytedance/sonic v1.10.2 /go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4 =
5860github.com/caddyserver/certmagic v0.17.2 h1:o30seC1T/dBqBCNNGNHWwj2i5/I/FMjBbTAhjADP3nE =
5961github.com/caddyserver/certmagic v0.17.2 /go.mod h1:ouWUuC490GOLJzkyN35eXfV8bSbwMwSf4bdhkIxtdQE =
6062github.com/caddyserver/certmagic v0.19.2 h1:HZd1AKLx4592MalEGQS39DKs2ZOAJCEM/xYPMQ2/ui0 =
@@ -518,6 +520,8 @@ golang.org/x/net v0.4.0 h1:Q5QPcMlvfxFTAPV0+07Xz/MpK9NTXu2VDUuy0FeMfaU=
518520golang.org/x/net v0.4.0 /go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE =
519521golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos =
520522golang.org/x/net v0.16.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
523+ golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
524+ golang.org/x/net v0.17.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
521525golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
522526golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
523527golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
You can’t perform that action at this time.
0 commit comments