2018-09-16 18:22:54 +03:00
|
|
|
module github.com/gin-gonic/gin
|
|
|
|
|
2023-03-02 03:12:20 +03:00
|
|
|
go 1.20
|
2019-03-04 02:28:03 +03:00
|
|
|
|
2018-09-16 18:22:54 +03:00
|
|
|
require (
|
2024-02-19 05:34:48 +03:00
|
|
|
github.com/bytedance/sonic v1.11.0
|
2019-06-03 17:42:25 +03:00
|
|
|
github.com/gin-contrib/sse v0.1.0
|
2024-02-19 05:34:48 +03:00
|
|
|
github.com/go-playground/validator/v10 v10.18.0
|
2023-04-27 05:16:59 +03:00
|
|
|
github.com/goccy/go-json v0.10.2
|
2021-09-21 10:23:31 +03:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-02-01 07:17:36 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2023-12-13 05:28:51 +03:00
|
|
|
github.com/pelletier/go-toml/v2 v2.1.1
|
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-02-01 07:17:36 +03:00
|
|
|
github.com/ugorji/go/codec v1.2.12
|
2024-02-19 05:34:48 +03:00
|
|
|
golang.org/x/net v0.21.0
|
2024-03-18 17:14:06 +03:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2023-01-02 07:40:48 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-01-25 21:28:39 +03:00
|
|
|
)
|
2022-03-21 12:38:11 +03:00
|
|
|
|
|
|
|
require (
|
2024-02-01 07:17:36 +03:00
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
2022-03-21 12:38:11 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-02-01 07:17:36 +03:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2023-01-31 14:53:45 +03:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2024-02-01 07:17:36 +03:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
2024-02-19 05:34:48 +03:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2023-04-27 05:16:59 +03:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-03-21 12:38:11 +03:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-08-02 05:20:59 +03:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
2024-02-01 07:17:36 +03:00
|
|
|
golang.org/x/arch v0.7.0 // indirect
|
2024-02-19 05:34:48 +03:00
|
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
2023-11-16 15:23:37 +03:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2022-03-21 12:38:11 +03:00
|
|
|
)
|