File: go.mod

package info (click to toggle)
golang-github-azure-go-autorest 14.2.0%2Bgit20220726.711dde1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,320 kB
  • sloc: makefile: 15
file content (8 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/Azure/go-autorest/autorest/validation

go 1.15

require (
	github.com/Azure/go-autorest v14.2.0+incompatible
	github.com/stretchr/testify v1.3.0
)