dnscontrol/models
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
..
dns.go Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595) 2020-01-28 10:42:31 -05:00
dns_test.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
domain.go fix some tests 2019-05-06 11:12:42 -04:00
provider.go NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
quotes.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
quotes_test.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
record.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
record_test.go fix build 2018-09-07 14:17:02 -04:00
t_caa.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_mx.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_naptr.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_parse.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_srv.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_sshfp.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_tlsa.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_txt.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
target.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
util.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00