mirror of https://github.com/k3s-io/k3s
13 lines
366 B
Modula-2
13 lines
366 B
Modula-2
module github.com/Azure/go-autorest/autorest
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/go-autorest v14.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
|
github.com/Azure/go-autorest/autorest/mocks v0.4.1
|
|
github.com/Azure/go-autorest/logger v0.2.0
|
|
github.com/Azure/go-autorest/tracing v0.6.0
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
)
|