Skip to content

Commit

Permalink
sslscan updated to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 26, 2016
1 parent 67c5d5f commit 07e828d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:

before_install:
- go get -v pkg.re/essentialkaos/ek.v5
- go get -v pkg.re/essentialkaos/sslscan.v3
- go get -v pkg.re/essentialkaos/sslscan.v4

script:
- go build sslcli.go
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ import (
"pkg.re/essentialkaos/ek.v5/fsutil"
"pkg.re/essentialkaos/ek.v5/usage"

"pkg.re/essentialkaos/sslscan.v3"
"pkg.re/essentialkaos/sslscan.v4"
)

// ////////////////////////////////////////////////////////////////////////////////// //

const (
APP = "SSLScan Client"
VER = "1.2.0"
VER = "1.3.0"
DESC = "Command-line client for the SSL Labs API"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/details.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"pkg.re/essentialkaos/ek.v5/fmtutil"
"pkg.re/essentialkaos/ek.v5/timeutil"

"pkg.re/essentialkaos/sslscan.v3"
"pkg.re/essentialkaos/sslscan.v4"
)

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down

0 comments on commit 07e828d

Please sign in to comment.