Skip to content

Commit 1251299

Browse files
🌱 Bump github.com/maxbrunsfeld/counterfeiter/v6
Bumps [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) from 6.12.0 to 6.12.1. - [Release notes](https://github.com/maxbrunsfeld/counterfeiter/releases) - [Commits](maxbrunsfeld/counterfeiter@v6.12.0...v6.12.1) --- updated-dependencies: - dependency-name: github.com/maxbrunsfeld/counterfeiter/v6 dependency-version: 6.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1c1696 commit 1251299

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/go-logr/logr v1.4.3
1414
github.com/google/go-cmp v0.7.0
1515
github.com/itchyny/gojq v0.12.18
16-
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
16+
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
1717
github.com/mitchellh/hashstructure v1.1.0
1818
github.com/mitchellh/mapstructure v1.5.0
1919
github.com/onsi/ginkgo/v2 v2.27.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byF
274274
github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
275275
github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuErjs=
276276
github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
277-
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0 h1:aOeI7xAOVdK+R6xbVsZuU9HmCZYmQVmZgPf9xJUd2Sg=
278-
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0/go.mod h1:0hZWbtfeCYUQeAQdPLUzETiBhUSns7O6LDj9vH88xKA=
277+
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1 h1:D4O2wLxB384TS3ohBJMfolnxb4qGmoZ1PnWNtit8LYo=
278+
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1/go.mod h1:RuJdxo0oI6dClIaMzdl3hewq3a065RH65dofJP03h8I=
279279
github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE=
280280
github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A=
281281
github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ github.com/mattn/go-isatty
371371
# github.com/mattn/go-sqlite3 v1.14.32
372372
## explicit; go 1.19
373373
github.com/mattn/go-sqlite3
374-
# github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
374+
# github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
375375
## explicit; go 1.24.0
376376
github.com/maxbrunsfeld/counterfeiter/v6
377377
github.com/maxbrunsfeld/counterfeiter/v6/arguments

0 commit comments

Comments
 (0)