vendor Azure SDK
This should actually be a part of the next commit, but that would make the review hard, so I decided to create a separate commit just for vendoring.
This commit is contained in:
parent
0041ae5655
commit
10c016edca
219 changed files with 101279 additions and 1 deletions
6
go.mod
6
go.mod
|
|
@ -3,8 +3,12 @@ module github.com/osbuild/osbuild-composer
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go v41.3.0+incompatible
|
||||
github.com/Azure/azure-storage-blob-go v0.8.0
|
||||
github.com/Azure/go-autorest/autorest/adal v0.8.2 // indirect
|
||||
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
|
||||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
||||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
||||
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/aws/aws-sdk-go v1.25.37
|
||||
github.com/coreos/go-semver v0.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue