mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Update markbates/goth library (#3533)
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/markbates/goth/providers/openidConnect/session.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/markbates/goth/providers/openidConnect/session.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| package openidConnect | ||||
|  | ||||
| import ( | ||||
| 	"encoding/json" | ||||
| 	"errors" | ||||
| 	"github.com/markbates/goth" | ||||
| 	"encoding/json" | ||||
| 	"golang.org/x/oauth2" | ||||
| 	"strings" | ||||
| 	"time" | ||||
| 	"golang.org/x/oauth2" | ||||
| ) | ||||
|  | ||||
| // Session stores data during the auth process with the OpenID Connect provider. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user