2020-11-28 14:26:03 +08:00
|
|
|
module git.ningdatech.com/ningda/gin_valid
|
2020-11-27 23:07:41 +08:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-28 14:54:02 +08:00
|
|
|
github.com/gin-gonic/gin v1.6.3 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
2020-11-27 23:07:41 +08:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-11-28 14:26:03 +08:00
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
2020-11-28 14:54:02 +08:00
|
|
|
github.com/leodido/go-urn v1.2.0
|
2020-11-28 14:26:03 +08:00
|
|
|
github.com/ugorji/go v1.2.0 // indirect
|
2020-11-27 23:07:41 +08:00
|
|
|
github.com/ugorji/go/codec v1.2.0
|
2020-11-28 14:54:02 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-11-27 23:07:41 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|