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

go get -u github.com/digitalocean/godo

This commit is contained in:
Tom Limoncelli
2020-03-27 12:22:41 -04:00
parent 5b1ad46129
commit 2a44a89d1b
9 changed files with 30 additions and 20 deletions

View File

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