File tree 2 files changed +828
-23
lines changed
2 files changed +828
-23
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ require (
8
8
github.com/dustin/go-humanize v1.0.0
9
9
github.com/fatih/color v1.9.0 // indirect
10
10
github.com/go-sql-driver/mysql v1.5.0
11
- github.com/golang/protobuf v1.4.2 // indirect
12
11
github.com/google/go-github/v33 v33.0.0
13
12
github.com/google/slowjam v1.0.0
14
13
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
@@ -18,14 +17,11 @@ require (
18
17
github.com/lib/pq v1.3.0
19
18
github.com/patrickmn/go-cache v2.1.0+incompatible
20
19
github.com/peterbourgon/diskv v2.0.1+incompatible
21
- github.com/stretchr/testify v1.4.0
20
+ github.com/stretchr/testify v1.8.1
22
21
github.com/xanzy/go-gitlab v0.36.0
23
22
golang.org/x/net v0.7.0 // indirect
24
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
25
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
26
- google.golang.org/appengine v1.6.6 // indirect
27
- google.golang.org/grpc v1.29.1 // indirect
28
- google.golang.org/protobuf v1.25.0 // indirect
23
+ golang.org/x/oauth2 v0.4.0
24
+ google.golang.org/grpc v1.53.0 // indirect
29
25
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
30
26
gopkg.in/yaml.v2 v2.2.8
31
27
k8s.io/klog/v2 v2.0.0
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments