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

Version control and vendor mockgen #1802

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Conversation

helsaawy
Copy link
Contributor

@helsaawy helsaawy commented Jun 5, 2023

Explicitly track github.com/golang/mock/mockgen as a go dependency. (There is no change in our go.mod or go.sum, since the package is already being used by the generated code and elsewhere).

Add //go:generate directives to create the mocked files and ensure the results are always up to date.

Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
@helsaawy helsaawy requested a review from a team as a code owner June 5, 2023 21:42
@helsaawy helsaawy merged commit 61e0112 into microsoft:main Jun 5, 2023
@helsaawy helsaawy deleted the mockgen branch June 5, 2023 22:19
kiashok pushed a commit to kiashok/hcsshim that referenced this pull request Oct 11, 2023
Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
(cherry picked from commit 61e0112)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
kiashok pushed a commit to kiashok/hcsshim that referenced this pull request Oct 11, 2023
Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
(cherry picked from commit 61e0112)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
kiashok pushed a commit to kiashok/hcsshim that referenced this pull request Oct 11, 2023
Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
(cherry picked from commit 61e0112)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
kiashok pushed a commit that referenced this pull request Oct 13, 2023
Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
(cherry picked from commit 61e0112)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
anmaxvl pushed a commit that referenced this pull request Oct 20, 2023
KenGordon pushed a commit to KenGordon/hcsshim that referenced this pull request May 17, 2024
princepereira pushed a commit to princepereira/hcsshim that referenced this pull request Aug 29, 2024
Explicitly track `github.com/golang/mock/mockgen` as a go dependency.
(There is no change in our go.mod or go.sum, since the package is
already being used by the generated code and elsewhere).

Add `//go:generate` directives to create the mocked files and ensure the
results are always up to date.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants