Skip to content

Commit

Permalink
update release-sdk and go-github
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Jan 27, 2024
1 parent c98e16a commit d30942d
Show file tree
Hide file tree
Showing 7 changed files with 350 additions and 14 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/goark/go-cvss v1.6.6
github.com/golang/protobuf v1.5.3
github.com/google/go-containerregistry v0.18.0
github.com/google/go-github/v56 v56.0.0
github.com/google/go-github/v58 v58.0.0
github.com/google/safetext v0.0.0-20230106111101-7156a760e523
github.com/google/uuid v1.6.0
github.com/hashicorp/go-multierror v1.1.1
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
sigs.k8s.io/bom v0.5.2-0.20230519223618-1ebaa9ce375f
sigs.k8s.io/mdtoc v1.1.0
sigs.k8s.io/promo-tools/v3 v3.6.0
sigs.k8s.io/release-sdk v0.10.5-0.20231219191353-f1467e0b1393
sigs.k8s.io/release-sdk v0.11.0
sigs.k8s.io/release-utils v0.7.7
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -228,7 +228,7 @@ require (
github.com/sigstore/cosign/v2 v2.2.2 // indirect
github.com/sigstore/fulcio v1.4.3 // indirect
github.com/sigstore/rekor v1.3.4 // indirect
github.com/sigstore/sigstore v1.8.0 // indirect
github.com/sigstore/sigstore v1.8.1 // indirect
github.com/sigstore/timestamp-authority v1.2.0 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
Expand Down
348 changes: 342 additions & 6 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/fastforward/fastforward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"testing"

gogithub "github.com/google/go-github/v56/github"
gogithub "github.com/google/go-github/v58/github"
"github.com/stretchr/testify/require"
"k8s.io/release/pkg/fastforward/fastforwardfakes"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/fastforward/fastforwardfakes/fake_impl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/fastforward/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"k8s.io/release/pkg/gcp/gcb"
"k8s.io/release/pkg/release"

gogithub "github.com/google/go-github/v56/github"
gogithub "github.com/google/go-github/v58/github"
"sigs.k8s.io/release-sdk/git"
"sigs.k8s.io/release-sdk/github"
"sigs.k8s.io/release-utils/env"
Expand Down
2 changes: 1 addition & 1 deletion pkg/notes/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"time"
"unicode"

gogithub "github.com/google/go-github/v56/github"
gogithub "github.com/google/go-github/v58/github"
"github.com/nozzle/throttler"
"github.com/sirupsen/logrus"
"golang.org/x/text/cases"
Expand Down
2 changes: 1 addition & 1 deletion pkg/notes/notes_gatherer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"sync/atomic"
"testing"

"github.com/google/go-github/v56/github"
"github.com/google/go-github/v58/github"
"github.com/sirupsen/logrus"
"sigs.k8s.io/release-sdk/git"
"sigs.k8s.io/release-sdk/github/githubfakes"
Expand Down

0 comments on commit d30942d

Please sign in to comment.