gin_valid/go.mod

15 lines
378 B
Modula-2
Raw Permalink Normal View History

2023-01-04 22:11:23 +08:00
module git.hpds.cc/Component/gin_valid.git
2020-12-05 15:21:52 +08:00
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
)