2020-11-27 23:26:34 +08:00
|
|
|
module git.ningdatech.com/ningda/gin_valid
|
2020-11-27 23:07:41 +08:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-playground/assert/v2 v2.0.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
|
|
github.com/golang/protobuf v1.4.3
|
|
|
|
github.com/json-iterator/go v1.1.10
|
|
|
|
github.com/leodido/go-urn v1.2.0
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
github.com/ugorji/go/codec v1.2.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|