mirror of
https://github.com/octoleo/restic.git
synced 2024-12-04 10:58:26 +00:00
12 lines
315 B
Modula-2
12 lines
315 B
Modula-2
module github.com/Azure/go-autorest/autorest
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/go-autorest/autorest/adal v0.5.0
|
|
github.com/Azure/go-autorest/autorest/mocks v0.2.0
|
|
github.com/Azure/go-autorest/logger v0.1.0
|
|
github.com/Azure/go-autorest/tracing v0.5.0
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
)
|