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
@@ -9,7 +9,7 @@ import (
"strings"
"testing"
"github.com/google/go-github/v76/github"
"github.com/google/go-github/v77/github"
"github.com/migueleliasweb/go-github-mock/src/mock"
"github.com/stretchr/testify/require"
"k8s.io/client-go/util/cert"