Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace gomock import with go.uber.org/mock #302

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Commits on Jul 27, 2023

  1. The best label for this code change would be "chore".: update golang/…

    …mock dependency to go.uber.org/mock
    
    - Update the `MOCKGEN_VERSION` from `v1.6.0` to `v0.2.0` in the `Makefile`
    - Update the `github.com/golang/mock` dependency version in `go.mod` to `v0.2.0`
    - Update the `github.com/golang/mock/gomock` import to `go.uber.org/mock/gomock` in `pkg/driver/node_test.go`
    - Update the `github.com/golang/mock/gomock` import to `go.uber.org/mock/gomock` in `pkg/utils/mount/mock_mountutils_unix.go`
    - Update the `github.com/golang/mock/gomock` import to `go.uber.org/mock/gomock` in `pkg/utils/os/mock_osutils_unix.go`
    
    Signed-off-by: Andreas Fritzler <[email protected]>
    afritzler committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bdbaad2 View commit details
    Browse the repository at this point in the history