Skip to content

Commit

Permalink
Chore: Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#771)
Browse files Browse the repository at this point in the history
* Chore: Bump golang.org/x/crypto from 0.14.0 to 0.17.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* more updates

* more updates

* more updates

* fix ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomer Heber <theber@zscaler.com>
  • Loading branch information
dependabot[bot] and TomerHeber committed Dec 19, 2023
1 parent 7f93753 commit e3c2d25
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate mocks
run: |
go install go.uber.org/mock/mockgen@v0.2.0
go install go.uber.org/mock/mockgen@v0.3.0
go generate client/api_client.go
- name: Go fmt
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export PATH=$PATH:$(go env GOPATH) # if not
2. Install mockgen

```
go install go.uber.org/mock/mockgen@v0.2.0
go install go.uber.org/mock/mockgen@v0.3.0
```

3. Make sure to add this line in files that include the interface you'd wish to mock:
Expand Down
Loading

0 comments on commit e3c2d25

Please sign in to comment.