mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Pick up the bug fix for golang/oauth2#237 Bump up cloud.google.com/go as a result of updating the OAuth2 code. This commit was generated by: ./hack/pin-dependency.sh golang.org/x/oauth2 9f3314589c9a ./hack/pin-dependency.sh cloud.google.com/go v0.34.0 ./hack/update-vendor.sh git add vendor git add -u
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module golang.org/x/oauth2
 | 
						|
 | 
						|
go 1.11
 | 
						|
 | 
						|
require (
 | 
						|
	cloud.google.com/go v0.34.0
 | 
						|
	golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
 | 
						|
	golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
 | 
						|
	google.golang.org/appengine v1.4.0
 | 
						|
)
 |