Skip to content

Commit 2a61f93

Browse files
committed
Update sslscan to the latest version
1 parent 8fcfaae commit 2a61f93

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

2929
deps: 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

3333
fmt: ## 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
################################################################################

cli/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3636
const (
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

cli/details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
// ////////////////////////////////////////////////////////////////////////////////// //

0 commit comments

Comments
 (0)