File: go.mod

package info (click to toggle)
golang-github-azure-azure-sdk-for-go 68.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 556,256 kB
  • sloc: javascript: 196; sh: 96; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
module github.com/Azure/azure-sdk-for-go/eng/tools/pkgchk

go 1.13

require (
	github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
	github.com/Azure/azure-sdk-for-go/eng/tools/internal v0.0.0-20220420173156-c817ffeaf01c
	github.com/spf13/cobra v1.4.0
)