Skip to content

Commit 2ecf79f

Browse files
Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.3.0 to 6.5.0
Bumps [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) from 6.3.0 to 6.5.0. - [Release notes](https://github.com/maxbrunsfeld/counterfeiter/releases) - [Commits](maxbrunsfeld/counterfeiter@v6.3.0...v6.5.0) --- updated-dependencies: - dependency-name: github.com/maxbrunsfeld/counterfeiter/v6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d3d1d7 commit 2ecf79f

File tree

2 files changed

+55
-18
lines changed

2 files changed

+55
-18
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/blang/semver/v4 v4.0.0
77
github.com/go-playground/validator/v10 v10.4.1
88
github.com/google/go-github/v33 v33.0.0
9-
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
9+
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
1010
github.com/olekukonko/tablewriter v0.0.5
1111
github.com/pkg/errors v0.9.1
1212
github.com/psampaz/go-mod-outdated v0.8.0
@@ -55,12 +55,12 @@ require (
5555
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
5656
github.com/spf13/pflag v1.0.5 // indirect
5757
github.com/xanzy/ssh-agent v0.2.1 // indirect
58-
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
59-
golang.org/x/mod v0.4.0 // indirect
60-
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
61-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
62-
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
63-
golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e // indirect
58+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
59+
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
60+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
61+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
62+
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
63+
golang.org/x/tools v0.1.10 // indirect
6464
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
6565
google.golang.org/appengine v1.6.7 // indirect
6666
google.golang.org/protobuf v1.25.0 // indirect

0 commit comments

Comments
 (0)