Bump dependencies

This commit is contained in:
Pinny
2026-01-27 19:05:42 +00:00
parent cc80df6107
commit 13cc7b147d
6 changed files with 42 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2024-2025 the Pinniped contributors. All Rights Reserved.
// Copyright 2024-2026 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package githubclient
@@ -12,7 +12,7 @@ import (
"slices"
"strings"
"github.com/google/go-github/v76/github"
"github.com/google/go-github/v77/github"
"k8s.io/apimachinery/pkg/util/sets"
"go.pinniped.dev/internal/plog"