dnscontrol/providers
Patrick Gaskin 825ba2d081 Switch to Go 1.13 error wrapping (#604)
* Replaced errors.Wrap with fmt.Errorf (#589)

* Find:    errors\.Wrap\(([^,]+),\s+(["`][^"`]*)(["`])\)
  Replace: fmt.Errorf($2: %w$3, $1)

* Replaced errors.Wrapf with fmt.Errorf (#589)

* Find:    errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])\)
  Replace: fmt.Errorf($2: %w$3, $1)
* Find:    errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])(,[^)]+)\)
* Replace: fmt.Errorf($2: %w$3$4, $1)

* Replaced errors.Errorf with fmt.Errorf (#589)

* Find:    errors\.Errorf
  Replace: fmt.Errorf

* Cleaned up remaining imports

* Cleanup

* Regenerate provider support matrix

This was broken by #533 ... and it's now the third time this has been missed.
2020-01-28 11:06:56 -05:00
..
_all Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595) 2020-01-28 10:42:31 -05:00
activedir Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
azuredns Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
bind Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
cloudflare Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
cloudns Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
config Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
diff Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595) 2020-01-28 10:42:31 -05:00
digitalocean Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
dnsimple Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
exoscale Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
gandi Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
gandi_v5 Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
gcloud Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
hexonet Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
internetbs Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
linode Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
namecheap Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
namedotcom Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
ns1 Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
octodns Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
opensrs Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595) 2020-01-28 10:42:31 -05:00
ovh Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
route53 Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
softlayer Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
vultr Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
capabilities.go BUG: Correctly spell Cabability (#582) 2020-01-12 11:24:10 -05:00
providers.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00