Skip to content

Commit

Permalink
Update go-github to v67
Browse files Browse the repository at this point in the history
  • Loading branch information
asvoboda committed Dec 18, 2024
1 parent 9b49e4f commit 344c825
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 98 deletions.
78 changes: 0 additions & 78 deletions -excavator_output.txt

This file was deleted.

2 changes: 1 addition & 1 deletion bulldozer/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/pkg/errors"
"github.com/rs/zerolog"
Expand Down
2 changes: 1 addition & 1 deletion bulldozer/merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"net/http"
"testing"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/bulldozer/pull/pulltest"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion bulldozer/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package bulldozer
import (
"context"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/pkg/errors"
"github.com/rs/zerolog"
Expand Down
4 changes: 0 additions & 4 deletions excavator_fail/excavator_fail.go

This file was deleted.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
github.com/die-net/lrucache v0.0.0-20181227122439-19a39ef22a11
github.com/google/go-github/v66 v66.0.0
github.com/google/go-github/v67 v67.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/palantir/go-baseapp v0.5.2
github.com/palantir/go-githubapp v0.31.0
Expand All @@ -28,7 +28,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github/v67 v67.0.0 // indirect
github.com/google/go-github/v66 v66.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pull/github_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"fmt"
"net/http"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/pkg/errors"
)

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

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/pkg/errors"
"github.com/rs/zerolog"
)
Expand Down
2 changes: 1 addition & 1 deletion pull/pull_requests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"context"
"testing"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
)
Expand Down
2 changes: 1 addition & 1 deletion server/handler/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package handler
import (
"context"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/bulldozer"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/check_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package handler
import (
"context"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/bulldozer"
"github.com/palantir/go-githubapp/appconfig"
"github.com/rs/zerolog"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/issue_comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/pull_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/pull_request_review.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion server/handler/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down

0 comments on commit 344c825

Please sign in to comment.