upgrade dep to github.com/google/go-github/v68/github

This commit is contained in:
Ryan Richard
2025-01-14 09:03:06 -08:00
parent 3d2446d235
commit 6ae27c87f6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2024 the Pinniped contributors. All Rights Reserved.
// Copyright 2024-2025 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/v67/github"
"github.com/google/go-github/v68/github"
"k8s.io/apimachinery/pkg/util/sets"
"go.pinniped.dev/internal/plog"

View File

@@ -1,4 +1,4 @@
// Copyright 2024 the Pinniped contributors. All Rights Reserved.
// Copyright 2024-2025 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/v67/github"
"github.com/google/go-github/v68/github"
"github.com/migueleliasweb/go-github-mock/src/mock"
"github.com/stretchr/testify/require"
"k8s.io/client-go/util/cert"