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

CHORE: Update deps (#1936)

This commit is contained in:
Tom Limoncelli
2023-01-12 17:19:12 -05:00
committed by GitHub
parent 1e337abcdf
commit 46d5666df7
4 changed files with 56 additions and 53 deletions

View File

@@ -975,7 +975,9 @@
<td><i class="fa fa-minus dim"></i></td>
<td><i class="fa fa-minus dim"></i></td>
<td><i class="fa fa-minus dim"></i></td>
<td><i class="fa fa-minus dim"></i></td>
<td class="danger">
<i class="fa fa-times text-danger" aria-hidden="true"></i>
</td>
<td><i class="fa fa-minus dim"></i></td>
<td><i class="fa fa-minus dim"></i></td>
<td><i class="fa fa-minus dim"></i></td>

View File

@@ -18,6 +18,7 @@ Please change the version number as appropriate. Substitute (for example)
git checkout master
git pull
go generate
go mod tidy
git add -A
git commit -m "Update generated files for VERSION"
```