diff --git a/README.md b/README.md index 65993d4..3d43933 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ import ( "os" "strconv" - "github.com/google/go-github/v73/github" + "github.com/google/go-github/v74/github" "github.com/jferrl/go-githubauth" "golang.org/x/oauth2" ) @@ -116,7 +116,7 @@ import ( "os" "strconv" - "github.com/google/go-github/v73/github" + "github.com/google/go-github/v74/github" "github.com/jferrl/go-githubauth" "golang.org/x/oauth2" ) @@ -283,7 +283,7 @@ import ( "fmt" "os" - "github.com/google/go-github/v73/github" + "github.com/google/go-github/v74/github" "github.com/jferrl/go-githubauth" "golang.org/x/oauth2" ) diff --git a/auth.go b/auth.go index d425aa3..66bbdf0 100644 --- a/auth.go +++ b/auth.go @@ -15,7 +15,7 @@ import ( "time" jwt "github.com/golang-jwt/jwt/v5" - "github.com/google/go-github/v73/github" + "github.com/google/go-github/v74/github" "golang.org/x/oauth2" ) diff --git a/auth_test.go b/auth_test.go index 779a6ee..c0bdd4a 100644 --- a/auth_test.go +++ b/auth_test.go @@ -12,7 +12,7 @@ import ( "time" jwt "github.com/golang-jwt/jwt/v5" - "github.com/google/go-github/v73/github" + "github.com/google/go-github/v74/github" "github.com/migueleliasweb/go-github-mock/src/mock" "golang.org/x/oauth2" ) diff --git a/go.mod b/go.mod index 616bb80..4b679f9 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,12 @@ go 1.25 require ( github.com/golang-jwt/jwt/v5 v5.3.0 - github.com/google/go-github/v73 v73.0.0 + github.com/google/go-github/v74 v74.0.0 golang.org/x/oauth2 v0.31.0 ) require ( + github.com/google/go-github/v73 v73.0.0 // indirect github.com/gorilla/mux v1.8.1 // indirect golang.org/x/time v0.12.0 // indirect ) diff --git a/go.sum b/go.sum index e37d4c2..905cb8f 100644 --- a/go.sum +++ b/go.sum @@ -5,6 +5,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24= github.com/google/go-github/v73 v73.0.0/go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw= +github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM= +github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=