[GitHub] [brooklyn-client] dependabot[bot] commented on pull request #96: Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 in /cli

2023-03-10 Thread via GitHub
dependabot[bot] commented on PR #96: URL: https://github.com/apache/brooklyn-client/pull/96#issuecomment-1464092670 Looks like golang.org/x/crypto is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [brooklyn-client] dependabot[bot] closed pull request #96: Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 in /cli

2023-03-10 Thread via GitHub
dependabot[bot] closed pull request #96: Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 in /cli URL: https://github.com/apache/brooklyn-client/pull/96 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [brooklyn-client] duncangrant merged pull request #97: Issue with sslcheck flag

2023-03-10 Thread via GitHub
duncangrant merged PR #97: URL: https://github.com/apache/brooklyn-client/pull/97 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [brooklyn-client] duncangrant commented on pull request #97: Issue with sslcheck flag

2023-03-10 Thread via GitHub
duncangrant commented on PR #97: URL: https://github.com/apache/brooklyn-client/pull/97#issuecomment-1464080227 I've built this locally using go build and it fixes the flag issue however I can't get the docker build to work locally so I don't know how this will work in CI. It passes

[GitHub] [brooklyn-client] duncangrant commented on a diff in pull request #97: Issue with sslcheck flag

2023-03-10 Thread via GitHub
duncangrant commented on code in PR #97: URL: https://github.com/apache/brooklyn-client/pull/97#discussion_r1132601887 ## cli/app/app.go: ## @@ -52,10 +52,10 @@ func NewApp(baseName string, cmdRunner command_runner.Runner, metadatas ...comma app.Version =

[GitHub] [brooklyn-client] duncangrant opened a new pull request, #97: Issue with sslcheck flag

2023-03-10 Thread via GitHub
duncangrant opened a new pull request, #97: URL: https://github.com/apache/brooklyn-client/pull/97 There was a global flag and a command flag and both are not supported so now there's only a command flag Also updated to latest go, which had some knock-on effects. -- This is an