1module github.com/Azure/go-autorest/autorest/validation
2
3go 1.12
4
5require (
6	github.com/Azure/go-autorest/autorest v0.9.0
7	github.com/stretchr/testify v1.3.0
8)
9