Ready release gin 1.9.1 (by: thinkerou) (#3630)
* upgrade deps version * update change log * update version * update go mod * fix cr --------- Co-authored-by: thinkerou <thinkerou@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bb1fc2e0fe
commit
4ea0e648e3
@@ -3,14 +3,14 @@ module github.com/gin-gonic/gin
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/bytedance/sonic v1.8.8
|
||||
github.com/bytedance/sonic v1.9.1
|
||||
github.com/gin-contrib/sse v0.1.0
|
||||
github.com/go-playground/validator/v10 v10.14.0
|
||||
github.com/goccy/go-json v0.10.2
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/mattn/go-isatty v0.0.18
|
||||
github.com/pelletier/go-toml/v2 v2.0.7
|
||||
github.com/stretchr/testify v1.8.2
|
||||
github.com/mattn/go-isatty v0.0.19
|
||||
github.com/pelletier/go-toml/v2 v2.0.8
|
||||
github.com/stretchr/testify v1.8.3
|
||||
github.com/ugorji/go/codec v1.2.11
|
||||
golang.org/x/net v0.10.0
|
||||
google.golang.org/protobuf v1.30.0
|
||||
@@ -30,7 +30,7 @@ require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
golang.org/x/arch v0.3.0 // indirect
|
||||
golang.org/x/crypto v0.8.0 // indirect
|
||||
golang.org/x/crypto v0.9.0 // indirect
|
||||
golang.org/x/sys v0.8.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user