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 (19 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/Azure/azure-sdk-for-go/eng/tools/internal

go 1.18

require (
	github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
	github.com/Azure/go-autorest/autorest v0.11.18
	github.com/Masterminds/semver v1.5.0
)

require (
	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
	github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
	github.com/Azure/go-autorest/logger v0.2.1 // indirect
	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
	github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
	golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
)