build(deps): bump github.com/go-playground/validator/v10 (#1052)
Bumps github.com/go-playground/validator/v10 from 10.30.2 to 10.30.3.
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.3 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
go-mod-core-contracts
This module contains the contract models used to describe data as it is passed via Request/Response between various EdgeX Foundry services. It also contains service clients for each service within the edgex-go repository. The definition of the various models and clients can be found in their respective top-level directories.
The default encoding for the models is JSON, although in at least one case – DeviceProfile – YAML encoding is also supported since a device profile is defined as a YAML document.
Installation
GO111MODULE=onis setgo get github.com/edgexfoundry/go-mod-core-contracts