upgrade github.com/google/go-github to v71

This commit is contained in:
Ryan Richard
2025-05-12 15:28:17 -07:00
parent dce1f5b208
commit dfc4c38259
4 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import (
"slices"
"strings"
"github.com/google/go-github/v70/github"
"github.com/google/go-github/v71/github"
"k8s.io/apimachinery/pkg/util/sets"
"go.pinniped.dev/internal/plog"