File tree Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/goark/go-cvss v1.6.7
14
14
github.com/golang/protobuf v1.5.4
15
15
github.com/google/go-containerregistry v0.20.5
16
- github.com/google/go-github/v60 v60 .0.0
16
+ github.com/google/go-github/v72 v72 .0.0
17
17
github.com/google/safetext v0.0.0-20230106111101-7156a760e523
18
18
github.com/google/uuid v1.6.0
19
19
github.com/in-toto/in-toto-golang v0.9.0
@@ -179,7 +179,6 @@ require (
179
179
github.com/google/gnostic-models v0.6.9 // indirect
180
180
github.com/google/go-cmp v0.7.0 // indirect
181
181
github.com/google/go-github/v55 v55.0.0 // indirect
182
- github.com/google/go-github/v72 v72.0.0 // indirect
183
182
github.com/google/go-querystring v1.1.0 // indirect
184
183
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
185
184
github.com/google/s2a-go v0.1.9 // indirect
Original file line number Diff line number Diff line change @@ -497,8 +497,6 @@ github.com/google/go-containerregistry v0.20.5 h1:4RnlYcDs5hoA++CeFjlbZ/U9Yp1EuW
497
497
github.com/google/go-containerregistry v0.20.5 /go.mod h1:Q14vdOOzug02bwnhMkZKD4e30pDaD9W65qzXpyzF49E =
498
498
github.com/google/go-github/v55 v55.0.0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg =
499
499
github.com/google/go-github/v55 v55.0.0 /go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA =
500
- github.com/google/go-github/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8 =
501
- github.com/google/go-github/v60 v60.0.0 /go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk =
502
500
github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
503
501
github.com/google/go-github/v72 v72.0.0 /go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
504
502
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"strings"
23
23
"testing"
24
24
25
- gogithub "github.com/google/go-github/v60 /github"
25
+ gogithub "github.com/google/go-github/v72 /github"
26
26
"github.com/stretchr/testify/require"
27
27
28
28
"k8s.io/release/pkg/fastforward/fastforwardfakes"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package fastforward
19
19
import (
20
20
"os"
21
21
22
- gogithub "github.com/google/go-github/v60 /github"
22
+ gogithub "github.com/google/go-github/v72 /github"
23
23
24
24
"sigs.k8s.io/release-sdk/git"
25
25
"sigs.k8s.io/release-sdk/github"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
"time"
36
36
"unicode"
37
37
38
- gogithub "github.com/google/go-github/v60 /github"
38
+ gogithub "github.com/google/go-github/v72 /github"
39
39
"github.com/nozzle/throttler"
40
40
"github.com/sergi/go-diff/diffmatchpatch"
41
41
"github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
"sync/atomic"
29
29
"testing"
30
30
31
- "github.com/google/go-github/v60 /github"
31
+ "github.com/google/go-github/v72 /github"
32
32
"github.com/sirupsen/logrus"
33
33
34
34
"sigs.k8s.io/release-sdk/git"
You can’t perform that action at this time.
0 commit comments