File: bump-go-github.patch

package info (click to toggle)
cosign 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,184 kB
  • sloc: sh: 229; makefile: 170
file content (19 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Simon Josefsson <simon@josefsson.org>
Subject: [PATCH] Bump Go GitHub
Origin: vendor
Forwarded: not-needed
Last-Update: 2026-02-18

diff --git a/pkg/cosign/git/github/github.go b/pkg/cosign/git/github/github.go
index 3b8ce918..8a383761 100644
--- a/pkg/cosign/git/github/github.go
+++ b/pkg/cosign/git/github/github.go
@@ -25,7 +25,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/google/go-github/v73/github"
+	"github.com/google/go-github/v60/github"
 	"golang.org/x/crypto/nacl/box"
 	"golang.org/x/oauth2"