You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	fix(deps): update module github.com/google/go-github/v58 to v59 (#3398)
This commit is contained in:
		
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -24,7 +24,7 @@ require ( | ||||
| 	github.com/go-ap/httpsig v0.0.0-20221203064646-3647b4d88fdf | ||||
| 	github.com/go-sql-driver/mysql v1.7.1 | ||||
| 	github.com/golang-jwt/jwt/v5 v5.2.0 | ||||
| 	github.com/google/go-github/v58 v58.0.0 | ||||
| 	github.com/google/go-github/v59 v59.0.0 | ||||
| 	github.com/google/tink/go v1.7.0 | ||||
| 	github.com/gorilla/securecookie v1.1.2 | ||||
| 	github.com/jellydator/ttlcache/v3 v3.1.1 | ||||
|   | ||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @@ -166,8 +166,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ | ||||
| github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= | ||||
| github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= | ||||
| github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= | ||||
| github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw= | ||||
| github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4= | ||||
| github.com/google/go-github/v59 v59.0.0 h1:7h6bgpF5as0YQLLkEiVqpgtJqjimMYhBkD4jT5aN3VA= | ||||
| github.com/google/go-github/v59 v59.0.0/go.mod h1:rJU4R0rQHFVFDOkqGWxfLNo6vEk4dv40oDjhV/gH6wM= | ||||
| 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/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= | ||||
|   | ||||
| @@ -18,7 +18,7 @@ package github | ||||
| import ( | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/google/go-github/v58/github" | ||||
| 	"github.com/google/go-github/v59/github" | ||||
|  | ||||
| 	"go.woodpecker-ci.org/woodpecker/v2/server/model" | ||||
| ) | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/franela/goblin" | ||||
| 	"github.com/google/go-github/v58/github" | ||||
| 	"github.com/google/go-github/v59/github" | ||||
|  | ||||
| 	"go.woodpecker-ci.org/woodpecker/v2/server/model" | ||||
| ) | ||||
|   | ||||
| @@ -26,7 +26,7 @@ import ( | ||||
| 	"strconv" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/google/go-github/v58/github" | ||||
| 	"github.com/google/go-github/v59/github" | ||||
| 	"github.com/rs/zerolog/log" | ||||
| 	"golang.org/x/oauth2" | ||||
|  | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	"net/http" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/google/go-github/v58/github" | ||||
| 	"github.com/google/go-github/v59/github" | ||||
|  | ||||
| 	"go.woodpecker-ci.org/woodpecker/v2/server/forge/types" | ||||
| 	"go.woodpecker-ci.org/woodpecker/v2/server/model" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user