Skip to content

Commit 7f18fd6

Browse files
fix(deps): update module github.com/lmittmann/tint to v1.0.7 (#575)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 6bdfff1 commit 7f18fd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
1212
github.com/jedib0t/go-pretty/v6 v6.6.5
13-
github.com/lmittmann/tint v1.0.6
13+
github.com/lmittmann/tint v1.0.7
1414
github.com/mattn/go-colorable v0.1.14
1515
github.com/spf13/cobra v1.8.1
1616
github.com/spf13/pflag v1.0.5
@@ -26,6 +26,7 @@ require (
2626
github.com/stackitcloud/stackit-sdk-go/services/runcommand v0.2.1
2727
github.com/stackitcloud/stackit-sdk-go/services/secretsmanager v0.10.1
2828
github.com/stackitcloud/stackit-sdk-go/services/serverbackup v0.5.0
29+
github.com/stackitcloud/stackit-sdk-go/services/serverupdate v0.2.3
2930
github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.5.0
3031
github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v0.4.0
3132
github.com/stackitcloud/stackit-sdk-go/services/ske v0.21.1
@@ -49,7 +50,6 @@ require (
4950
al.essio.dev/pkg/shellescape v1.5.1 // indirect
5051
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5152
github.com/mattn/go-isatty v0.0.20 // indirect
52-
github.com/stackitcloud/stackit-sdk-go/services/serverupdate v0.2.3 // indirect
5353
github.com/x448/float16 v0.8.4 // indirect
5454
)
5555

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
6868
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
6969
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
7070
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
71-
github.com/lmittmann/tint v1.0.6 h1:vkkuDAZXc0EFGNzYjWcV0h7eEX+uujH48f/ifSkJWgc=
72-
github.com/lmittmann/tint v1.0.6/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
71+
github.com/lmittmann/tint v1.0.7 h1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y=
72+
github.com/lmittmann/tint v1.0.7/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
7373
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
7474
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
7575
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=

0 commit comments

Comments
 (0)