Skip to content

Commit

Permalink
deps: correct go-github import version (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed Jun 19, 2023
1 parent 2e0ccc9 commit 5a8e38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/syncfork.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

"github.com/google/go-github/v52/github"
"github.com/google/go-github/v53/github"
"github.com/katexochen/ghh/internal/logger"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/syncfork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strconv"
"testing"

"github.com/google/go-github/v52/github"
"github.com/google/go-github/v53/github"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 5a8e38b

Please sign in to comment.