From 760190629e8b234b7e9b0d2ca8159d5367190092 Mon Sep 17 00:00:00 2001 From: Finn Arne Gangstad Date: Mon, 21 Aug 2023 17:38:17 +0200 Subject: [PATCH] fix: complete the upgrade to github v54 to unbreak tests (#3691) --- go.mod | 2 +- server/events/vcs/testdata/fixtures.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 10aeb070ca..6c37aa6659 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/go-playground/validator/v10 v10.15.0 github.com/go-test/deep v1.1.0 github.com/golang-jwt/jwt/v5 v5.0.0 - github.com/google/go-github/v53 v53.2.0 github.com/google/go-github/v54 v54.0.0 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/google/uuid v1.3.0 @@ -85,6 +84,7 @@ require ( github.com/golang-jwt/jwt/v4 v4.5.0 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/go-cmp v0.5.9 // indirect + github.com/google/go-github/v53 v53.2.0 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/gorilla/css v1.0.0 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect diff --git a/server/events/vcs/testdata/fixtures.go b/server/events/vcs/testdata/fixtures.go index ac66d58a99..00bde758d0 100644 --- a/server/events/vcs/testdata/fixtures.go +++ b/server/events/vcs/testdata/fixtures.go @@ -22,7 +22,7 @@ import ( "testing" "github.com/golang-jwt/jwt/v5" - "github.com/google/go-github/v53/github" + "github.com/google/go-github/v54/github" "github.com/mcdafydd/go-azuredevops/azuredevops" )