dnscontrol/pkg/spflib
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
..
flatten.go Vet and Lint the entire system (#296) 2018-01-09 12:53:16 -05:00
flatten_test.go Add SPF flattening feature. (#126) 2017-09-29 15:30:36 -04:00
parse.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
parse_test.go Bugfix: redirect: should be redirect= (#507) 2019-06-21 07:48:59 -04:00
resolver.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
testdata-dns1.json moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00