1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Update AWS and Azure dependencies (#731)

* go: github.com/aws/aws-sdk-go upgrade => v1.30.19

* go: github.com/Azure/azure-sdk-for-go upgrade => v42.0.0+incompatible
This commit is contained in:
Tom Limoncelli
2020-05-02 11:33:06 -04:00
committed by GitHub
parent 3326ba8221
commit 409ebf65c1
11 changed files with 445 additions and 123 deletions

View File

@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version"
// UserAgent returns the UserAgent string to use when sending http.Requests.
func UserAgent() string {
return "Azure-SDK-For-Go/" + version.Number + " dns/2018-05-01"
return "Azure-SDK-For-Go/" + Version() + " dns/2018-05-01"
}
// Version returns the semantic version (see http://semver.org) of the client.

View File

@ -18,4 +18,4 @@ package version
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Number contains the semantic version of this SDK.
const Number = "v41.3.0"
const Number = "v42.0.0"