Skip to content

Commit

Permalink
Merge pull request #75 from thegalactiks/renovate/github.com-google-g…
Browse files Browse the repository at this point in the history
…o-github-v63-64.x

fix(deps): update module github.com/google/go-github/v63 to v64
  • Loading branch information
emmanuelgautier authored Sep 10, 2024
2 parents d316592 + 6188e92 commit f110e38
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 75 deletions.
2 changes: 1 addition & 1 deletion github/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/thegalactiks/giteway/hosting"
)

Expand Down
2 changes: 1 addition & 1 deletion github/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package github
import (
"context"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/thegalactiks/giteway/hosting"
)

Expand Down
2 changes: 1 addition & 1 deletion github/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"strings"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/thegalactiks/giteway/hosting"
)

Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"

"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/thegalactiks/giteway/hosting"
"github.com/thegalactiks/giteway/internal/config"
internalhttp "github.com/thegalactiks/giteway/internal/http"
Expand Down
2 changes: 1 addition & 1 deletion github/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package github
import (
"context"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/thegalactiks/giteway/hosting"
)

Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/gin-contrib/timeout v1.0.1
github.com/gin-contrib/zap v1.1.4
github.com/gin-gonic/gin v1.10.0
github.com/google/go-github/v63 v63.0.0
github.com/google/go-github/v64 v64.0.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/confmap v0.1.0
Expand Down
72 changes: 3 additions & 69 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit f110e38

Please sign in to comment.