Skip to content

Commit

Permalink
chore(deps): update go-github to v66 (#385)
Browse files Browse the repository at this point in the history
* chore(deps): update go-github to v66

* chore(deps): run go mod tidy
  • Loading branch information
corrieriluca authored Nov 15, 2024
1 parent 8b11816 commit 6c5cf68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 161 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
github.com/aws/aws-sdk-go v1.55.5
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
github.com/ghodss/yaml v1.0.0
github.com/gruntwork-io/go-commons v0.17.2
github.com/hashicorp/go-multierror v1.1.1
Expand Down Expand Up @@ -82,10 +82,9 @@ require (
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.0 // 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/v62 v62.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
github.com/google/s2a-go v0.1.8 // indirect
Expand Down Expand Up @@ -160,7 +159,7 @@ 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/v50 v50.2.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 Down
Loading

0 comments on commit 6c5cf68

Please sign in to comment.