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 (
|
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-11-28 14:26:03 +08:00
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
|
|
github.com/ugorji/go v1.2.0 // indirect
|
2020-11-27 23:07:41 +08:00
|
|
|
github.com/ugorji/go/codec v1.2.0
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|