You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
374 B

module git.hpds.cc/Component/gin_valid
go 1.13
require (
github.com/go-playground/assert/v2 v2.0.1 // indirect
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
)