Skip to content

Commit bf7f14f

Browse files
authored
chore: bump scaleway sdk-go (#3691)
1 parent 13c1730 commit bf7f14f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.11.6
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/pkg/errors v0.9.1
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240228154852-9a8334dbced6
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240229173245-4c0aa9441e5a
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.8.0
3030
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
392392
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
393393
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
394394
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
395-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240228154852-9a8334dbced6 h1:jTy1BMbYctq8zg2CjywIBbc1uETiZ5Iagr1hpLFI+Co=
396-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240228154852-9a8334dbced6/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
395+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240229173245-4c0aa9441e5a h1:iNuAQctWFa9K2Z8w/8kWa7Qjqki1NK+AQI+nbXeSk44=
396+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.24.0.20240229173245-4c0aa9441e5a/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
397397
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
398398
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
399399
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/block/v1alpha1/custom.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ var (
3333
referenceStatusMarshalSpecs = human.EnumMarshalSpecs{
3434
block.ReferenceStatusUnknownStatus: &human.EnumMarshalSpec{Attribute: color.Faint},
3535

36-
block.ReferenceStatusAttaching: &human.EnumMarshalSpec{Attribute: color.FgBlue},
37-
block.ReferenceStatusAttached: &human.EnumMarshalSpec{Attribute: color.FgHiGreen},
38-
block.ReferenceStatusDetaching: &human.EnumMarshalSpec{Attribute: color.FgBlue},
39-
block.ReferenceStatusDetached: &human.EnumMarshalSpec{Attribute: color.FgGreen},
40-
block.ReferenceStatusSnapshotting: &human.EnumMarshalSpec{Attribute: color.FgBlue},
41-
block.ReferenceStatusError: &human.EnumMarshalSpec{Attribute: color.FgRed},
36+
block.ReferenceStatusAttaching: &human.EnumMarshalSpec{Attribute: color.FgBlue},
37+
block.ReferenceStatusAttached: &human.EnumMarshalSpec{Attribute: color.FgHiGreen},
38+
block.ReferenceStatusDetaching: &human.EnumMarshalSpec{Attribute: color.FgBlue},
39+
block.ReferenceStatusDetached: &human.EnumMarshalSpec{Attribute: color.FgGreen},
40+
block.ReferenceStatusCreating: &human.EnumMarshalSpec{Attribute: color.FgBlue},
41+
block.ReferenceStatusError: &human.EnumMarshalSpec{Attribute: color.FgRed},
4242
}
4343
)
4444

0 commit comments

Comments
 (0)