17 lines
500 B
Modula-2
17 lines
500 B
Modula-2
module git.ningdatech.com/ningda/gin_valid
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/leodido/go-urn v1.2.0
|
|
github.com/ugorji/go v1.2.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|