@@ -6,7 +6,7 @@ require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/go-playground/validator/v10 v10.4.1
8
8
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
10
10
github.com/olekukonko/tablewriter v0.0.5
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/psampaz/go-mod-outdated v0.8.0
@@ -55,12 +55,12 @@ require (
55
55
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
56
56
github.com/spf13/pflag v1.0.5 // indirect
57
57
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
64
64
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
65
65
google.golang.org/appengine v1.6.7 // indirect
66
66
google.golang.org/protobuf v1.25.0 // indirect
0 commit comments