File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ main() {
88
88
cd " $( dirname " ${BASH_SOURCE[0]} " ) "
89
89
90
90
setup_env
91
- check_deps
91
+ # check_deps
92
92
93
93
if [ $# = 0 ]; then
94
94
# default to all tools
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
9
9
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
10
10
github.com/olekukonko/tablewriter v0.0.4
11
11
github.com/pkg/errors v0.9.1
12
- github.com/psampaz/go-mod-outdated v0.7.0
13
12
github.com/sirupsen/logrus v1.7.0
14
13
github.com/spf13/cobra v1.1.1
15
14
github.com/stretchr/testify v1.7.0
Original file line number Diff line number Diff line change @@ -1086,7 +1086,6 @@ github.com/prometheus/procfs v0.0.10/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+G
1086
1086
github.com/prometheus/procfs v0.0.11 h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia5qI =
1087
1087
github.com/prometheus/procfs v0.0.11 /go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU =
1088
1088
github.com/prometheus/tsdb v0.7.1 /go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU =
1089
- github.com/psampaz/go-mod-outdated v0.7.0 h1:w5H7ZLWjDGOb2yeL6BRJ4vNMyuuDjG/sH/thgpnpDc0 =
1090
1089
github.com/psampaz/go-mod-outdated v0.7.0 /go.mod h1:r78NYWd1z+F9Zdsfy70svgXOz363B08BWnTyFSgEESs =
1091
1090
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c /go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI =
1092
1091
github.com/quasilyte/go-ruleguard v0.1.2-0.20200318202121-b00d7a75d3d8 /go.mod h1:CGFX09Ci3pq9QZdj86B+VGIdNj4VyCo2iPOGS9esB/k =
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ package internal
22
22
23
23
import (
24
24
_ "github.com/maxbrunsfeld/counterfeiter/v6"
25
- _ "github.com/psampaz/go-mod-outdated"
26
25
27
26
_ "k8s.io/release/pkg/version"
28
27
)
You can’t perform that action at this time.
0 commit comments