Skip to content

Commit 6f87c04

Browse files
authored
Merge pull request #28 from scality/renovate/major-golang-dependencies
fix(deps): update module github.com/vektra/mockery/v2 to v3
2 parents 8f457ca + 10c4e6f commit 6f87c04

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"matchDatasources": ["go"],
1515
"matchManagers": ["gomod"],
1616
"groupName": "golang-dependencies",
17+
"postUpdateOptions": ["gomodTidy"],
1718
"major": {
1819
"automerge": false,
1920
"addLabels": ["major-version-golang-dep", "manual-review"],

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/rs/zerolog v1.34.0
88
github.com/stretchr/testify v1.11.1
99
github.com/vektra/mockery/v2 v2.53.5
10+
github.com/vektra/mockery/v3 v3.5.5
1011
)
1112

1213
require (

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
7373
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
7474
github.com/vektra/mockery/v2 v2.53.5 h1:iktAY68pNiMvLoHxKqlSNSv/1py0QF/17UGrrAMYDI8=
7575
github.com/vektra/mockery/v2 v2.53.5/go.mod h1:hIFFb3CvzPdDJJiU7J4zLRblUMv7OuezWsHPmswriwo=
76+
github.com/vektra/mockery/v3 v3.5.5/go.mod h1:Oti3Df0WP8wwT31yuVri3QNsDeMUQU5Q4QEg8EabaBw=
7677
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
7778
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
7879
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=

0 commit comments

Comments
 (0)