mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-26 21:38:49 +00:00
misc: address strings.Title deprecation
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
ac95ac0653
commit
16d352b15b
12 changed files with 40 additions and 25 deletions
2
go.mod
2
go.mod
|
|
@ -48,6 +48,7 @@ require (
|
|||
github.com/theckman/yacspin v0.13.12
|
||||
golang.org/x/crypto v0.14.0
|
||||
golang.org/x/term v0.13.0
|
||||
golang.org/x/text v0.13.0
|
||||
k8s.io/api v0.27.4
|
||||
k8s.io/apiextensions-apiserver v0.27.4
|
||||
k8s.io/apimachinery v0.27.4
|
||||
|
|
@ -195,7 +196,6 @@ require (
|
|||
golang.org/x/oauth2 v0.13.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/text v0.13.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
golang.org/x/tools v0.13.0 // indirect
|
||||
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue