mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 14:42:26 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/image from 0.3.0 to 0.4.0 (#1485)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								723175219b
							
						
					
				
			
			
				commit
				
					
						33b77b3c1a
					
				
			
		
					 6 changed files with 11 additions and 11 deletions
				
			
		
							
								
								
									
										4
									
								
								go.mod
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								go.mod
									
										
									
									
									
								
							|  | @ -54,10 +54,10 @@ require ( | |||
| 	go.uber.org/automaxprocs v1.5.1 | ||||
| 	golang.org/x/crypto v0.5.0 | ||||
| 	golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d | ||||
| 	golang.org/x/image v0.3.0 | ||||
| 	golang.org/x/image v0.4.0 | ||||
| 	golang.org/x/net v0.5.0 | ||||
| 	golang.org/x/oauth2 v0.4.0 | ||||
| 	golang.org/x/text v0.6.0 | ||||
| 	golang.org/x/text v0.7.0 | ||||
| 	gopkg.in/mcuadros/go-syslog.v2 v2.3.0 | ||||
| 	gopkg.in/yaml.v3 v3.0.1 | ||||
| 	modernc.org/sqlite v1.20.4 | ||||
|  |  | |||
							
								
								
									
										8
									
								
								go.sum
									
										
									
									
									
								
							
							
						
						
									
										8
									
								
								go.sum
									
										
									
									
									
								
							|  | @ -670,8 +670,8 @@ golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d/go.mod h1:Kr81I6Kryrl9sr8s2F | |||
| golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= | ||||
| golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= | ||||
| golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= | ||||
| golang.org/x/image v0.3.0 h1:HTDXbdK9bjfSWkPzDJIw89W8CAtfFGduujWs33NLLsg= | ||||
| golang.org/x/image v0.3.0/go.mod h1:fXd9211C/0VTlYuAcOhW8dY/RtEJqODXOWBDpmYBf+A= | ||||
| golang.org/x/image v0.4.0 h1:x1RWAiZIvERqkltrFjtQP1ycmiR5pmhjtCfVOtdURuQ= | ||||
| golang.org/x/image v0.4.0/go.mod h1:FVC7BI/5Ym8R25iw5OLsgshdUBbT1h5jZTpA+mvAdZ4= | ||||
| golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= | ||||
| golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= | ||||
| golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= | ||||
|  | @ -844,8 +844,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | |||
| golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||||
| golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= | ||||
| golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= | ||||
| golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k= | ||||
| golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= | ||||
| golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= | ||||
| golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= | ||||
| golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= | ||||
| golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= | ||||
| golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= | ||||
|  |  | |||
							
								
								
									
										2
									
								
								vendor/golang.org/x/text/internal/language/compact/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/text/internal/language/compact/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -118,7 +118,7 @@ func (t Tag) Parent() Tag { | |||
| 	return Tag{language: lang, locale: lang} | ||||
| } | ||||
| 
 | ||||
| // returns token t and the rest of the string. | ||||
| // nextToken returns token t and the rest of the string. | ||||
| func nextToken(s string) (t, tail string) { | ||||
| 	p := strings.Index(s[1:], "-") | ||||
| 	if p == -1 { | ||||
|  |  | |||
							
								
								
									
										2
									
								
								vendor/golang.org/x/text/internal/language/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/text/internal/language/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -409,7 +409,7 @@ func (t Tag) SetTypeForKey(key, value string) (Tag, error) { | |||
| 	return t, nil | ||||
| } | ||||
| 
 | ||||
| // findKeyAndType returns the start and end position for the type corresponding | ||||
| // findTypeForKey returns the start and end position for the type corresponding | ||||
| // to key or the point at which to insert the key-value pair if the type | ||||
| // wasn't found. The hasExt return value reports whether an -u extension was present. | ||||
| // Note: the extensions are typically very small and are likely to contain | ||||
|  |  | |||
							
								
								
									
										2
									
								
								vendor/golang.org/x/text/language/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/text/language/language.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -344,7 +344,7 @@ func (t Tag) Parent() Tag { | |||
| 	return Tag(compact.Tag(t).Parent()) | ||||
| } | ||||
| 
 | ||||
| // returns token t and the rest of the string. | ||||
| // nextToken returns token t and the rest of the string. | ||||
| func nextToken(s string) (t, tail string) { | ||||
| 	p := strings.Index(s[1:], "-") | ||||
| 	if p == -1 { | ||||
|  |  | |||
							
								
								
									
										4
									
								
								vendor/modules.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/modules.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -716,7 +716,7 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf | |||
| ## explicit; go 1.18 | ||||
| golang.org/x/exp/constraints | ||||
| golang.org/x/exp/slices | ||||
| # golang.org/x/image v0.3.0 | ||||
| # golang.org/x/image v0.4.0 | ||||
| ## explicit; go 1.12 | ||||
| golang.org/x/image/bmp | ||||
| golang.org/x/image/ccitt | ||||
|  | @ -757,7 +757,7 @@ golang.org/x/sys/execabs | |||
| golang.org/x/sys/internal/unsafeheader | ||||
| golang.org/x/sys/unix | ||||
| golang.org/x/sys/windows | ||||
| # golang.org/x/text v0.6.0 | ||||
| # golang.org/x/text v0.7.0 | ||||
| ## explicit; go 1.17 | ||||
| golang.org/x/text/cases | ||||
| golang.org/x/text/internal | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue