16 lines
407 B
Modula-2
16 lines
407 B
Modula-2
module gin-valid
|
|
|
|
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
|
|
)
|