Skip to content

Commit 8720193

Browse files
authored
Merge pull request #17 from ncode/renovate/github.com-fatih-color-1.x
fix(deps): update module github.com/fatih/color to v1.19.0
2 parents e038193 + d240603 commit 8720193

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ go 1.26
55
require (
66
charm.land/bubbles/v2 v2.1.0
77
charm.land/bubbletea/v2 v2.0.2
8-
github.com/fatih/color v1.18.0
8+
github.com/charmbracelet/x/exp/teatest/v2 v2.0.0-20260323091123-df7b1bcffcca
9+
github.com/fatih/color v1.19.0
910
github.com/mitchellh/go-homedir v1.1.0
1011
github.com/ncode/ssh_config v0.0.0-20260207174636-b38c9e3f09f0
1112
github.com/spf13/cobra v1.10.2
@@ -21,7 +22,6 @@ require (
2122
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 // indirect
2223
github.com/charmbracelet/x/ansi v0.11.6 // indirect
2324
github.com/charmbracelet/x/exp/golden v0.0.0-20251109135125-8916d276318f // indirect
24-
github.com/charmbracelet/x/exp/teatest/v2 v2.0.0-20260323091123-df7b1bcffcca // indirect
2525
github.com/charmbracelet/x/term v0.2.2 // indirect
2626
github.com/charmbracelet/x/termios v0.1.1 // indirect
2727
github.com/charmbracelet/x/windows v0.2.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3535
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3636
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
3737
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
38+
github.com/fatih/color v1.19.0 h1:Zp3PiM21/9Ld6FzSKyL5c/BULoe/ONr9KlbYVOfG8+w=
39+
github.com/fatih/color v1.19.0/go.mod h1:zNk67I0ZUT1bEGsSGyCZYZNrHuTkJJB+r6Q9VuMi0LE=
3840
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
3941
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
4042
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=

0 commit comments

Comments
 (0)