File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
3434 github.com/gofrs/flock v0.13.0
3535 github.com/google/cel-go v0.26.1
3636 github.com/google/go-cmp v0.7.0
37- github.com/google/go-github/v74 v74 .0.0
37+ github.com/google/go-github/v75 v75 .0.0
3838 github.com/google/gofuzz v1.2.0
3939 github.com/google/uuid v1.6.0
4040 github.com/gorilla/securecookie v1.1.2
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
247247github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
248248github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
249249github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
250- github.com/google/go-github/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
251- github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
250+ github.com/google/go-github/v75 v75 .0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
251+ github.com/google/go-github/v75 v75 .0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
252252github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
253253github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
254254github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "slices"
1313 "strings"
1414
15- "github.com/google/go-github/v74 /github"
15+ "github.com/google/go-github/v75 /github"
1616 "k8s.io/apimachinery/pkg/util/sets"
1717
1818 "go.pinniped.dev/internal/plog"
Original file line number Diff line number Diff line change 99 "strings"
1010 "testing"
1111
12- "github.com/google/go-github/v74 /github"
12+ "github.com/google/go-github/v75 /github"
1313 "github.com/migueleliasweb/go-github-mock/src/mock"
1414 "github.com/stretchr/testify/require"
1515 "k8s.io/client-go/util/cert"
You can’t perform that action at this time.
0 commit comments