2018-09-16 15:22:54 +00:00
|
|
|
module github.com/gin-gonic/gin
|
|
|
|
|
2023-03-02 00:12:20 +00:00
|
|
|
go 1.20
|
2019-03-03 23:28:03 +00:00
|
|
|
|
2018-09-16 15:22:54 +00:00
|
|
|
require (
|
2023-04-27 02:16:59 +00:00
|
|
|
github.com/bytedance/sonic v1.8.8
|
2019-06-03 14:42:25 +00:00
|
|
|
github.com/gin-contrib/sse v0.1.0
|
2023-04-27 02:16:59 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.12.0
|
|
|
|
github.com/goccy/go-json v0.10.2
|
2021-09-21 07:23:31 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-04-27 02:16:59 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.18
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.7
|
2023-03-01 02:04:56 +00:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2023-04-27 02:16:59 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.11
|
|
|
|
golang.org/x/net v0.9.0
|
|
|
|
google.golang.org/protobuf v1.30.0
|
2023-01-02 04:40:48 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-01-25 18:28:39 +00:00
|
|
|
)
|
2022-03-21 09:38:11 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-21 06:43:42 +00:00
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
2022-03-21 09:38:11 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-01-31 11:53:45 +00:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2023-04-27 02:16:59 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.3 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-03-21 09:38:11 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-08-02 02:20:59 +00:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
2023-04-27 02:16:59 +00:00
|
|
|
golang.org/x/arch v0.3.0 // indirect
|
|
|
|
golang.org/x/crypto v0.8.0 // indirect
|
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
2022-03-21 09:38:11 +00:00
|
|
|
)
|