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

Internal: deps updates and linting (#905)

* Update dependencies
* writing-providers.md: Update for Go Mod, etc.
* Linting pkg/version
* s/CloudflareAPI/api/g
* s/ApiKey/APIKey/g
* s/ApiToken/APIToken/g
* s/ApiUser/APIUser/g
This commit is contained in:
Tom Limoncelli
2020-10-18 14:04:50 -04:00
committed by GitHub
parent ac3ee9afea
commit 3a2b1b2f7b
9 changed files with 111 additions and 70 deletions

View File

@@ -278,7 +278,7 @@ Here are some last-minute things to check before you submit your PR.
1. Run "go generate" to make sure all generated files are fresh.
2. Make sure all appropriate documentation is current. (See Step 8)
3. Check that dependencies are vendored (See Step 12)
3. Check that dependencies are current (See Step 12)
4. Re-run the integration test one last time (See Step 7)
## Step 14: After the PR is merged