Skip to content

Commit 025b19c

Browse files
Excavator: Update google/go-github to latest version
1 parent dbb7b1d commit 025b19c

213 files changed

Lines changed: 15 additions & 78937 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bulldozer/merge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"strings"
2323
"time"
2424

25-
"github.com/google/go-github/v81/github"
25+
"github.com/google/go-github/v82/github"
2626
"github.com/palantir/bulldozer/pull"
2727
"github.com/pkg/errors"
2828
"github.com/rs/zerolog"

bulldozer/merge_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"net/http"
2323
"testing"
2424

25-
"github.com/google/go-github/v81/github"
25+
"github.com/google/go-github/v82/github"
2626
"github.com/palantir/bulldozer/pull"
2727
"github.com/palantir/bulldozer/pull/pulltest"
2828
"github.com/stretchr/testify/assert"

bulldozer/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package bulldozer
1717
import (
1818
"context"
1919

20-
"github.com/google/go-github/v81/github"
20+
"github.com/google/go-github/v82/github"
2121
"github.com/palantir/bulldozer/pull"
2222
"github.com/pkg/errors"
2323
"github.com/rs/zerolog"

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
77
github.com/die-net/lrucache v0.0.0-20240714232319-26322ba4bc23
8-
github.com/google/go-github/v81 v81.0.0
8+
github.com/google/go-github/v82 v82.0.0
99
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1010
github.com/palantir/go-baseapp v0.6.0
1111
github.com/palantir/go-githubapp v0.41.0
@@ -28,7 +28,6 @@ require (
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3030
github.com/google/go-github/v75 v75.0.0 // indirect
31-
github.com/google/go-github/v82 v82.0.0 // indirect
3231
github.com/google/go-querystring v1.2.0 // indirect
3332
github.com/hashicorp/golang-lru v1.0.2 // indirect
3433
github.com/inconshreveable/mousetrap v1.1.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3030
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
3131
github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic=
3232
github.com/google/go-github/v75 v75.0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI=
33-
github.com/google/go-github/v81 v81.0.0 h1:hTLugQRxSLD1Yei18fk4A5eYjOGLUBKAl/VCqOfFkZc=
34-
github.com/google/go-github/v81 v81.0.0/go.mod h1:upyjaybucIbBIuxgJS7YLOZGziyvvJ92WX6WEBNE3sM=
3533
github.com/google/go-github/v82 v82.0.0 h1:OH09ESON2QwKCUVMYmMcVu1IFKFoaZHwqYaUtr/MVfk=
3634
github.com/google/go-github/v82 v82.0.0/go.mod h1:hQ6Xo0VKfL8RZ7z1hSfB4fvISg0QqHOqe9BP0qo+WvM=
3735
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=

pull/github_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"fmt"
2020
"net/http"
2121

22-
"github.com/google/go-github/v81/github"
22+
"github.com/google/go-github/v82/github"
2323
"github.com/pkg/errors"
2424
)
2525

pull/pull_requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"context"
1919
"strings"
2020

21-
"github.com/google/go-github/v81/github"
21+
"github.com/google/go-github/v82/github"
2222
"github.com/pkg/errors"
2323
"github.com/rs/zerolog"
2424
)

pull/pull_requests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"context"
2121
"testing"
2222

23-
"github.com/google/go-github/v81/github"
23+
"github.com/google/go-github/v82/github"
2424
"github.com/stretchr/testify/assert"
2525
"github.com/stretchr/testify/mock"
2626
)

server/handler/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package handler
1717
import (
1818
"context"
1919

20-
"github.com/google/go-github/v81/github"
20+
"github.com/google/go-github/v82/github"
2121
"github.com/palantir/bulldozer/bulldozer"
2222
"github.com/palantir/bulldozer/pull"
2323
"github.com/palantir/go-githubapp/githubapp"

server/handler/check_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"context"
1919
"encoding/json"
2020

21-
"github.com/google/go-github/v81/github"
21+
"github.com/google/go-github/v82/github"
2222
"github.com/palantir/bulldozer/pull"
2323
"github.com/palantir/go-githubapp/githubapp"
2424
"github.com/pkg/errors"

0 commit comments

Comments
 (0)