2018-09-16 15:22:54 +00:00
|
|
|
module github.com/gin-gonic/gin
|
|
|
|
|
2022-03-21 09:38:11 +00:00
|
|
|
go 1.18
|
2019-03-03 23:28:03 +00:00
|
|
|
|
2018-09-16 15:22:54 +00:00
|
|
|
require (
|
2023-02-21 09:42:49 +00:00
|
|
|
github.com/bytedance/sonic v1.8.1
|
2019-06-03 14:42:25 +00:00
|
|
|
github.com/gin-contrib/sse v0.1.0
|
2023-01-31 11:53:45 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.11.2
|
2022-12-25 05:49:44 +00:00
|
|
|
github.com/goccy/go-json v0.10.0
|
2021-09-21 07:23:31 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-01-03 03:39:57 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.17
|
2022-11-23 07:34:18 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6
|
2022-11-08 11:53:08 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-02-21 09:43:24 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.10
|
2023-02-18 06:43:39 +00:00
|
|
|
golang.org/x/net v0.7.0
|
2022-08-02 07:28:30 +00:00
|
|
|
google.golang.org/protobuf v1.28.1
|
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-02-21 09:20:32 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
2023-01-31 11:53:45 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2022-03-21 09:38:11 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
|
|
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-02-21 09:20:32 +00:00
|
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
2023-01-31 11:53:45 +00:00
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
2023-02-14 02:59:36 +00:00
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2022-03-21 09:38:11 +00:00
|
|
|
)
|