fix(deps): update module github.com/vektra/mockery/v2 to v2.49.2 (#1196)

* fix(deps): update module github.com/vektra/mockery/v2 to v2.49.2

* Generated by GitHub Actions (go / generate)

https://github.com/int128/kubelogin/actions/runs/12145201435

* Empty commit to trigger GitHub Actions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-03 20:10:09 +00:00
committed by GitHub
parent 7fc9dfddd4
commit fd1ed4c971
26 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package service_mock
@@ -136,7 +136,7 @@ func (_c *MockProvider_AuthenticatePassword_Call) RunAndReturn(run func(string,
return _c
}
// Discovery provides a mock function with given fields:
// Discovery provides a mock function with no fields
func (_m *MockProvider) Discovery() *service.DiscoveryResponse {
ret := _m.Called()
@@ -241,7 +241,7 @@ func (_c *MockProvider_Exchange_Call) RunAndReturn(run func(service.TokenRequest
return _c
}
// GetCertificates provides a mock function with given fields:
// GetCertificates provides a mock function with no fields
func (_m *MockProvider) GetCertificates() *service.CertificatesResponse {
ret := _m.Called()

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package service_mock
@@ -137,7 +137,7 @@ func (_c *MockService_AuthenticatePassword_Call) RunAndReturn(run func(string, s
return _c
}
// Discovery provides a mock function with given fields:
// Discovery provides a mock function with no fields
func (_m *MockService) Discovery() *service.DiscoveryResponse {
ret := _m.Called()
@@ -242,7 +242,7 @@ func (_c *MockService_Exchange_Call) RunAndReturn(run func(service.TokenRequest)
return _c
}
// GetCertificates provides a mock function with given fields:
// GetCertificates provides a mock function with no fields
func (_m *MockService) GetCertificates() *service.CertificatesResponse {
ret := _m.Called()
@@ -289,7 +289,7 @@ func (_c *MockService_GetCertificates_Call) RunAndReturn(run func() *service.Cer
return _c
}
// IssuerURL provides a mock function with given fields:
// IssuerURL provides a mock function with no fields
func (_m *MockService) IssuerURL() string {
ret := _m.Called()
@@ -334,7 +334,7 @@ func (_c *MockService_IssuerURL_Call) RunAndReturn(run func() string) *MockServi
return _c
}
// LastTokenResponse provides a mock function with given fields:
// LastTokenResponse provides a mock function with no fields
func (_m *MockService) LastTokenResponse() *service.TokenResponse {
ret := _m.Called()
@@ -468,7 +468,7 @@ func (_c *MockService_SetConfig_Call) Return() *MockService_SetConfig_Call {
}
func (_c *MockService_SetConfig_Call) RunAndReturn(run func(testconfig.TestConfig)) *MockService_SetConfig_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package cmd_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package reader_mock
@@ -20,7 +20,7 @@ func (_m *MockInterface) EXPECT() *MockInterface_Expecter {
return &MockInterface_Expecter{mock: &_m.Mock}
}
// Read provides a mock function with given fields:
// Read provides a mock function with no fields
func (_m *MockInterface) Read() (credentialplugin.Input, error) {
ret := _m.Called()

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package writer_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package browser_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package clock_mock
@@ -21,7 +21,7 @@ func (_m *MockInterface) EXPECT() *MockInterface_Expecter {
return &MockInterface_Expecter{mock: &_m.Mock}
}
// Now provides a mock function with given fields:
// Now provides a mock function with no fields
func (_m *MockInterface) Now() time.Time {
ret := _m.Called()

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package logger_mock
@@ -51,7 +51,7 @@ func (_c *MockInterface_AddFlags_Call) Return() *MockInterface_AddFlags_Call {
}
func (_c *MockInterface_AddFlags_Call) RunAndReturn(run func(*pflag.FlagSet)) *MockInterface_AddFlags_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}
@@ -141,7 +141,7 @@ func (_c *MockInterface_Printf_Call) Return() *MockInterface_Printf_Call {
}
func (_c *MockInterface_Printf_Call) RunAndReturn(run func(string, ...interface{})) *MockInterface_Printf_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package logger_mock
@@ -57,7 +57,7 @@ func (_c *MockVerbose_Infof_Call) Return() *MockVerbose_Infof_Call {
}
func (_c *MockVerbose_Infof_Call) RunAndReturn(run func(string, ...interface{})) *MockVerbose_Infof_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package logger_mock
@@ -57,7 +57,7 @@ func (_c *MockgoLogger_Printf_Call) Return() *MockgoLogger_Printf_Call {
}
func (_c *MockgoLogger_Printf_Call) RunAndReturn(run func(string, ...interface{})) *MockgoLogger_Printf_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package reader_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package jwt_mock
@@ -21,7 +21,7 @@ func (_m *MockClock) EXPECT() *MockClock_Expecter {
return &MockClock_Expecter{mock: &_m.Mock}
}
// Now provides a mock function with given fields:
// Now provides a mock function with no fields
func (_m *MockClock) Now() time.Time {
ret := _m.Called()

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package loader_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package writer_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package client_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package client_mock
@@ -428,7 +428,7 @@ func (_c *MockInterface_Refresh_Call) RunAndReturn(run func(context.Context, str
return _c
}
// SupportedPKCEMethods provides a mock function with given fields:
// SupportedPKCEMethods provides a mock function with no fields
func (_m *MockInterface) SupportedPKCEMethods() []string {
ret := _m.Called()

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package logger_mock
@@ -57,7 +57,7 @@ func (_c *MocktestingLogger_Logf_Call) Return() *MocktestingLogger_Logf_Call {
}
func (_c *MocktestingLogger_Logf_Call) RunAndReturn(run func(string, ...interface{})) *MocktestingLogger_Logf_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package loader_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package repository_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package authentication_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package credentialplugin_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package setup_mock
@@ -22,7 +22,7 @@ func (_m *MockInterface) EXPECT() *MockInterface_Expecter {
return &MockInterface_Expecter{mock: &_m.Mock}
}
// DoStage1 provides a mock function with given fields:
// DoStage1 provides a mock function with no fields
func (_m *MockInterface) DoStage1() {
_m.Called()
}
@@ -50,7 +50,7 @@ func (_c *MockInterface_DoStage1_Call) Return() *MockInterface_DoStage1_Call {
}
func (_c *MockInterface_DoStage1_Call) RunAndReturn(run func()) *MockInterface_DoStage1_Call {
_c.Call.Return(run)
_c.Run(run)
return _c
}

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package standalone_mock

View File

@@ -1,4 +1,4 @@
// Code generated by mockery v2.49.1. DO NOT EDIT.
// Code generated by mockery v2.49.2. DO NOT EDIT.
package io_mock
@@ -17,7 +17,7 @@ func (_m *MockCloser) EXPECT() *MockCloser_Expecter {
return &MockCloser_Expecter{mock: &_m.Mock}
}
// Close provides a mock function with given fields:
// Close provides a mock function with no fields
func (_m *MockCloser) Close() error {
ret := _m.Called()

View File

@@ -5,7 +5,7 @@ go 1.23.3
require (
github.com/golangci/golangci-lint v1.62.2
github.com/google/wire v0.6.0
github.com/vektra/mockery/v2 v2.49.1
github.com/vektra/mockery/v2 v2.49.2
)
require (

View File

@@ -566,8 +566,8 @@ github.com/uudashr/gocognit v1.1.3 h1:l+a111VcDbKfynh+airAy/DJQKaXh2m9vkoysMPSZy
github.com/uudashr/gocognit v1.1.3/go.mod h1:aKH8/e8xbTRBwjbCkwZ8qt4l2EpKXl31KMHgSS+lZ2U=
github.com/uudashr/iface v1.2.1 h1:vHHyzAUmWZ64Olq6NZT3vg/z1Ws56kyPdBOd5kTXDF8=
github.com/uudashr/iface v1.2.1/go.mod h1:4QvspiRd3JLPAEXBQ9AiZpLbJlrWWgRChOKDJEuQTdg=
github.com/vektra/mockery/v2 v2.49.1 h1:P33NkpxL5QNsteqdtOAEOJ94kKXaqdsTHeD6GtVuNUc=
github.com/vektra/mockery/v2 v2.49.1/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI=
github.com/vektra/mockery/v2 v2.49.2 h1:nFBRmj9kqZFWdJ2foeRxwposmT4lpeH8Ab28nRU8Wsg=
github.com/vektra/mockery/v2 v2.49.2/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI=
github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU=
github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg=
github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM=