mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 06:42:10 +08:00
22 lines
750 B
Modula-2
22 lines
750 B
Modula-2
module github.com/erajayatech/gin
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/sse v0.1.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/ugorji/go/codec v1.1.12
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|