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
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"text/template"
"time"
gh "github.com/google/go-github/v69/github"
gh "github.com/google/go-github/v70/github"
ghmock "github.com/migueleliasweb/go-github-mock/src/mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
@@ -9,7 +9,7 @@ import (
"strings"
"testing"
gh "github.com/google/go-github/v69/github"
gh "github.com/google/go-github/v70/github"
ghmock "github.com/migueleliasweb/go-github-mock/src/mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"