diff options
| -rw-r--r-- | go.mod | 4 | ||||
| -rw-r--r-- | go.sum | 8 | ||||
| -rw-r--r-- | vendor/golang.org/x/text/internal/language/compact/language.go | 2 | ||||
| -rw-r--r-- | vendor/golang.org/x/text/internal/language/language.go | 2 | ||||
| -rw-r--r-- | vendor/golang.org/x/text/language/language.go | 2 | ||||
| -rw-r--r-- | vendor/modules.txt | 4 | 
6 files changed, 11 insertions, 11 deletions
@@ -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 @@ -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= diff --git a/vendor/golang.org/x/text/internal/language/compact/language.go b/vendor/golang.org/x/text/internal/language/compact/language.go index 83816a72a..8c1b6666f 100644 --- a/vendor/golang.org/x/text/internal/language/compact/language.go +++ b/vendor/golang.org/x/text/internal/language/compact/language.go @@ -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 { diff --git a/vendor/golang.org/x/text/internal/language/language.go b/vendor/golang.org/x/text/internal/language/language.go index 6105bc7fa..09d41c736 100644 --- a/vendor/golang.org/x/text/internal/language/language.go +++ b/vendor/golang.org/x/text/internal/language/language.go @@ -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 diff --git a/vendor/golang.org/x/text/language/language.go b/vendor/golang.org/x/text/language/language.go index 289b3a36d..4d9c66121 100644 --- a/vendor/golang.org/x/text/language/language.go +++ b/vendor/golang.org/x/text/language/language.go @@ -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 { diff --git a/vendor/modules.txt b/vendor/modules.txt index eca905b9a..32d4b187b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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  | 
