Update version of certifi/gocertifi to get rid of WTF Public license

Seems old versions of https://github.com/certifi/gocertifi where
categorized as "Do What The F*ck You Want To Public License".

Update to newer version that is explicit `Mozilla Public License` 2.0 (MPL 2.0).
This commit is contained in:
Piotr Tabor
2021-03-04 09:48:34 +01:00
parent 61fef348f8
commit f7a2389992
8 changed files with 14 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ function bash_ws_fix {
log_callout -e "\\nFixing etcd code for you...\\n"
go mod tidy
run_for_modules mod_tidy_fix || exit 2
run_for_modules run ${GO_CMD} fmt || exit 2
run_for_module tests bom_fix || exit 2