File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ###############################################################################
22
3- # This Makefile generated by GoMakeGen 1.3.0 using next command:
3+ # This Makefile generated by GoMakeGen 1.3.2 using next command:
44# gomakegen .
55#
66# More info: https://kaos.sh/gomakegen
@@ -28,7 +28,7 @@ git-config: ## Configure git redirects for stable import path services
2828
2929deps : git-config # # Download dependencies
3030 go get -d -v pkg.re/essentialkaos/ek.v12
31- go get -d -v pkg.re/essentialkaos/sslscan.v12
31+ go get -d -v pkg.re/essentialkaos/sslscan.v13
3232
3333fmt : # # Format source code with gofmt
3434 find . -name " *.go" -exec gofmt -s -w {} \;
@@ -44,6 +44,6 @@ help: ## Show this info
4444 @grep -E ' ^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST ) \
4545 | awk ' BEGIN {FS = ":.*?## "}; {printf " \033[33m%-12s\033[0m %s\n", $$1, $$2}'
4646 @echo -e ' '
47- @echo -e ' \033[90mGenerated by GoMakeGen 1.3.0 \033[0m\n'
47+ @echo -e ' \033[90mGenerated by GoMakeGen 1.3.2 \033[0m\n'
4848
4949# ###############################################################################
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ import (
2828 "pkg.re/essentialkaos/ek.v12/usage/completion/zsh"
2929 "pkg.re/essentialkaos/ek.v12/usage/update"
3030
31- "pkg.re/essentialkaos/sslscan.v12 "
31+ "pkg.re/essentialkaos/sslscan.v13 "
3232)
3333
3434// ////////////////////////////////////////////////////////////////////////////////// //
3535
3636const (
3737 APP = "SSLScan Client"
38- VER = "2.6 .0"
38+ VER = "2.7 .0"
3939 DESC = "Command-line client for the SSL Labs API"
4040)
4141
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "pkg.re/essentialkaos/ek.v12/strutil"
2020 "pkg.re/essentialkaos/ek.v12/timeutil"
2121
22- "pkg.re/essentialkaos/sslscan.v12 "
22+ "pkg.re/essentialkaos/sslscan.v13 "
2323)
2424
2525// ////////////////////////////////////////////////////////////////////////////////// //
You can’t perform that action at this time.
0 commit comments