From cd3f7dd7b6c3b699676df63566c86c35c94769a9 Mon Sep 17 00:00:00 2001 From: Andrew Svoboda Date: Thu, 12 May 2022 20:44:11 +0100 Subject: [PATCH] Update go-github to v44 --- go.mod | 2 +- go.sum | 7 ++----- transport.go | 2 +- transport_test.go | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index fc57caa..d55a27d 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/golang-jwt/jwt/v4 v4.0.0 github.com/google/go-cmp v0.5.7 - github.com/google/go-github/v43 v43.0.0 + github.com/google/go-github/v44 v44.0.0 ) diff --git a/go.sum b/go.sum index 11e6fbc..e8765f4 100644 --- a/go.sum +++ b/go.sum @@ -1,15 +1,12 @@ -github.com/bradleyfalzon/ghinstallation/v2 v2.0.4/go.mod h1:B40qPqJxWE0jDZgOR1JmaMy+4AY1eBP+IByOvqyAKp0= github.com/golang-jwt/jwt/v4 v4.0.0 h1:RAqyYixv1p7uEnocuy8P1nru5wprCh/MH2BIlW5z5/o= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= -github.com/google/go-github/v41 v41.0.0/go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg= -github.com/google/go-github/v43 v43.0.0 h1:y+GL7LIsAIF2NZlJ46ZoC/D1W1ivZasT0lnWHMYPZ+U= -github.com/google/go-github/v43 v43.0.0/go.mod h1:ZkTvvmCXBvsfPpTHXnH/d2hP9Y0cTbvN9kr5xqyXOIc= +github.com/google/go-github/v44 v44.0.0 h1:1Lfk2mhM7pTWqwGC6Ft16S3c2LBw8DLcw9TOhYoQ9zE= +github.com/google/go-github/v44 v44.0.0/go.mod h1:CqZYQRxOcb81M+ufZB7duWNS0lFfas/r7cEAKpLBYww= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= diff --git a/transport.go b/transport.go index 8fa75f1..e99bea1 100644 --- a/transport.go +++ b/transport.go @@ -12,7 +12,7 @@ import ( "sync" "time" - "github.com/google/go-github/v43/github" + "github.com/google/go-github/v44/github" ) const ( diff --git a/transport_test.go b/transport_test.go index 194de50..bc0a3a8 100644 --- a/transport_test.go +++ b/transport_test.go @@ -14,7 +14,7 @@ import ( "time" "github.com/google/go-cmp/cmp" - "github.com/google/go-github/v43/github" + "github.com/google/go-github/v44/github" ) const (