Skip to content

Commit

Permalink
Explicitely get x/crypto/ssh/terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Touffe-Blin committed Nov 24, 2023
1 parent c801194 commit 0204867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- go/mod-download # Run 'go mod download'.
- go/save-cache # Save Go modules to cache.
- run:
name: "before install"
name: "install goveralls"
command: go get -v github.com/mattn/goveralls
- run:
name: "install terminal"
command: go get -v golang.org/x/crypto/ssh/terminal
- run:
name: "setup"
command: make setup
Expand Down

0 comments on commit 0204867

Please sign in to comment.