Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 5, 2024
1 parent 3b57fd0 commit f7c885d
Show file tree
Hide file tree
Showing 187 changed files with 818 additions and 145 deletions.
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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/github"
"github.com/palantir/bulldozer/pull"
"github.com/pkg/errors"
"github.com/rs/zerolog"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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/v65 v65.0.0
github.com/google/go-github/v66 v66.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.29.0
github.com/palantir/go-githubapp v0.30.0
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/rs/zerolog v1.33.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4=
github.com/google/go-github/v62 v62.0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4=
github.com/google/go-github/v65 v65.0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ=
github.com/google/go-github/v65 v65.0.0/go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60=
github.com/google/go-github/v66 v66.0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M=
github.com/google/go-github/v66 v66.0.0/go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
Expand All @@ -58,8 +58,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/palantir/go-baseapp v0.5.2 h1:b1ukx7AXo2/E4NkUvTFlW+185uwCcifzd2XzLrG4oS8=
github.com/palantir/go-baseapp v0.5.2/go.mod h1:uijQMPfmgV69oiMu2jkskum/4HiYuEP/gzrnphD+/Co=
github.com/palantir/go-githubapp v0.29.0 h1:A+qVkCFLv0G+rKzirTC69A7ahocDSP7M5YF+ggcKxjw=
github.com/palantir/go-githubapp v0.29.0/go.mod h1:kW5/8apPtr10wTEtlp0yIyzU37Sfd6f3nD4iyqZA7ao=
github.com/palantir/go-githubapp v0.30.0 h1:gJTz4VF2a/3zZE7L+6+kNCag/VeSP4VW3q8TB/p5niU=
github.com/palantir/go-githubapp v0.30.0/go.mod h1:7/VuA3jqu5WavX9PjMJTb3NShdOrBNCI3grbJokPU7Q=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/github"
"github.com/pkg/errors"
"github.com/rs/zerolog"
)
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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/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/v65/github"
"github.com/google/go-github/v66/github"
"github.com/palantir/bulldozer/pull"
"github.com/palantir/go-githubapp/githubapp"
"github.com/pkg/errors"
Expand Down
Loading

0 comments on commit f7c885d

Please sign in to comment.