Skip to content

Commit

Permalink
Update module github.com/google/go-github/v48 to v52 (#57)
Browse files Browse the repository at this point in the history
* Update module github.com/google/go-github/v48 to v52

* Update dep across all files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oded Ben-Ozer <obenozer@wayfair.com>
  • Loading branch information
renovate[bot] and Oded-B authored Jun 5, 2023
1 parent 20caf5a commit da3efe9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmd/telefonistka/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/alexliesenfeld/health"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/shurcooL/githubv4"
log "github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alexliesenfeld/health v0.7.0
github.com/bradleyfalzon/ghinstallation/v2 v2.4.0
github.com/go-test/deep v1.1.0
github.com/google/go-github/v48 v48.2.0
github.com/google/go-github/v52 v52.0.0
github.com/google/go-github/v52 v52.0.0
github.com/hexops/gotextdiff v1.0.3
github.com/migueleliasweb/go-github-mock v0.0.18
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/shurcooL/githubv4"
log "github.com/sirupsen/logrus"
"golang.org/x/oauth2"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/drift_detection.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/v48/github"
"github.com/google/go-github/v52/github"
"github.com/hexops/gotextdiff"
"github.com/hexops/gotextdiff/myers"
"github.com/hexops/gotextdiff/span"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/drift_detection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/go-test/deep"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/hexops/gotextdiff"
"github.com/hexops/gotextdiff/myers"
"github.com/hexops/gotextdiff/span"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"text/template"

"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/shurcooL/githubv4"
log "github.com/sirupsen/logrus"
cfg "github.com/wayfair-incubator/telefonistka/internal/pkg/configuration"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/promotion.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"text/template"

"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
log "github.com/sirupsen/logrus"
cfg "github.com/wayfair-incubator/telefonistka/internal/pkg/configuration"
prom "github.com/wayfair-incubator/telefonistka/internal/pkg/prometheus"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/promotion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

"github.com/go-test/deep"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/migueleliasweb/go-github-mock/src/mock"
log "github.com/sirupsen/logrus"
cfg "github.com/wayfair-incubator/telefonistka/internal/pkg/configuration"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strconv"
"strings"

"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/prometheus/prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

"github.com/go-test/deep"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v52/github"
"github.com/prometheus/client_golang/prometheus"
)

Expand Down

0 comments on commit da3efe9

Please sign in to comment.