Chore: Update git dependencies (#103159)

This commit is contained in:
Ryan McKinley
2025-04-01 13:10:50 +03:00
committed by GitHub
parent 6af5fbf3ff
commit 1ead18d856
51 changed files with 133 additions and 110 deletions
@@ -7,10 +7,11 @@ import (
"net/http"
"time"
"github.com/google/go-github/v69/github"
"github.com/grafana/grafana/pkg/registry/apis/provisioning/safepath"
"github.com/google/go-github/v70/github"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/grafana/grafana/pkg/registry/apis/provisioning/safepath"
)
type githubClient struct {