Skip to content

Commit

Permalink
fix(deps): update module github.com/google/go-github/v66 to v68 (#474)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/google/go-github/v66 to v68

* fix(deps): remove usage of go-github v66

* chore(renovate): run go mod tidy and change import paths

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Corrieri <luca.corrieri@theodo.com>
  • Loading branch information
renovate[bot] and corrieriluca authored Jan 15, 2025
1 parent b7150b1 commit 0791bcd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 165 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/aws/aws-sdk-go v1.55.5
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0
github.com/ghodss/yaml v1.0.0
github.com/google/go-github/v68 v68.0.0
github.com/gruntwork-io/go-commons v0.17.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/hcl/v2 v2.23.0
Expand Down Expand Up @@ -80,11 +81,9 @@ require (
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-github/v68 v68.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/s2a-go v0.1.8 // indirect
Expand Down Expand Up @@ -160,7 +159,6 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v66 v66.0.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
Expand All @@ -173,7 +171,6 @@ require (
github.com/labstack/echo/v4 v4.13.3
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
Loading

0 comments on commit 0791bcd

Please sign in to comment.