2018-09-16 18:22:54 +03:00
|
|
|
module github.com/gin-gonic/gin
|
|
|
|
|
2022-03-21 12:38:11 +03:00
|
|
|
go 1.18
|
2019-03-04 02:28:03 +03:00
|
|
|
|
2018-09-16 18:22:54 +03:00
|
|
|
require (
|
2023-01-17 04:58:28 +03:00
|
|
|
github.com/bytedance/sonic v1.7.0
|
2019-06-03 17:42:25 +03:00
|
|
|
github.com/gin-contrib/sse v0.1.0
|
2023-01-31 14:53:45 +03:00
|
|
|
github.com/go-playground/validator/v10 v10.11.2
|
2022-12-25 08:49:44 +03:00
|
|
|
github.com/goccy/go-json v0.10.0
|
2021-09-21 10:23:31 +03:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-01-03 06:39:57 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.17
|
2022-11-23 10:34:18 +03:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6
|
2022-11-08 14:53:08 +03:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-01-03 05:40:53 +03:00
|
|
|
github.com/ugorji/go/codec v1.2.8
|
2023-01-10 05:11:45 +03:00
|
|
|
golang.org/x/net v0.5.0
|
2022-08-02 10:28:30 +03:00
|
|
|
google.golang.org/protobuf v1.28.1
|
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 (
|
2022-12-21 09:43:42 +03:00
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
2022-03-21 12:38:11 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // 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
|
2022-08-02 05:20:59 +03:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.14 // indirect
|
2023-01-31 14:53:45 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2022-03-21 12:38:11 +03: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 05:20:59 +03:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
|
|
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15 // indirect
|
2023-01-31 14:53:45 +03:00
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
2023-01-10 05:11:45 +03:00
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
2022-03-21 12:38:11 +03:00
|
|
|
)
|