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

Update dependencies (#723)

* go get -u github.com/Azure/azure-sdk-for-go

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

* github.com/digitalocean/godo upgrade => v1.35.1

* go get -u github.com/golang/protobuf
This commit is contained in:
Tom Limoncelli
2020-04-21 15:41:58 -04:00
committed by GitHub
parent 22b9afee3b
commit 366c190942
181 changed files with 34492 additions and 13269 deletions

View File

@ -18,7 +18,7 @@ import (
)
const (
libraryVersion = "1.33.1"
libraryVersion = "1.35.1"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"