Skip to content

Commit 80aa21b

Browse files
authored
Merge pull request #1443 from wolfi-dev/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.3
build(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.3
2 parents 9804267 + 0642815 commit 80aa21b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/chainguard-dev/clog v1.6.1
2525
github.com/chainguard-dev/yam v0.2.7
2626
github.com/charmbracelet/bubbles v0.20.0
27-
github.com/charmbracelet/bubbletea v1.2.4
27+
github.com/charmbracelet/bubbletea v1.3.3
2828
github.com/charmbracelet/lipgloss v1.0.0
2929
github.com/charmbracelet/log v0.4.1-0.20241125144537-1e6353e3ca79
3030
github.com/cli/browser v1.3.0
@@ -69,6 +69,8 @@ require (
6969
sigs.k8s.io/release-utils v0.11.0
7070
)
7171

72+
require github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f
73+
7274
require (
7375
cel.dev/expr v0.19.2 // indirect
7476
chainguard.dev/go-grpc-kit v0.17.7 // indirect
@@ -107,7 +109,6 @@ require (
107109
github.com/anchore/clio v0.0.0-20241115144204-29e89f9fa837 // indirect
108110
github.com/anchore/fangs v0.0.0-20241014225144-4e1713cafd77 // indirect
109111
github.com/anchore/go-collections v0.0.0-20240216214351-5baf374cca6f // indirect
110-
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f // indirect
111112
github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect
112113
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
113114
github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ github.com/chainguard-dev/yam v0.2.7 h1:LXJwzflRIat03qM7Wfw7MSq2SIq8BRnTElDK3Wtq
798798
github.com/chainguard-dev/yam v0.2.7/go.mod h1:ivVkgGz9SBfGl7zCucW19ipaZkCbrmwrDyA9FNAxgjc=
799799
github.com/charmbracelet/bubbles v0.20.0 h1:jSZu6qD8cRQ6k9OMfR1WlM+ruM8fkPWkHvQWD9LIutE=
800800
github.com/charmbracelet/bubbles v0.20.0/go.mod h1:39slydyswPy+uVOHZ5x/GjwVAFkCsV8IIVy+4MhzwwU=
801-
github.com/charmbracelet/bubbletea v1.2.4 h1:KN8aCViA0eps9SCOThb2/XPIlea3ANJLUkv3KnQRNCE=
802-
github.com/charmbracelet/bubbletea v1.2.4/go.mod h1:Qr6fVQw+wX7JkWWkVyXYk/ZUQ92a6XNekLXa3rR18MM=
801+
github.com/charmbracelet/bubbletea v1.3.3 h1:WpU6fCY0J2vDWM3zfS3vIDi/ULq3SYphZhkAGGvmEUY=
802+
github.com/charmbracelet/bubbletea v1.3.3/go.mod h1:dtcUCyCGEX3g9tosuYiut3MXgY/Jsv9nKVdibKKRRXo=
803803
github.com/charmbracelet/lipgloss v1.0.0 h1:O7VkGDvqEdGi93X+DeqsQ7PKHDgtQfF8j8/O2qFMQNg=
804804
github.com/charmbracelet/lipgloss v1.0.0/go.mod h1:U5fy9Z+C38obMs+T+tJqst9VGzlOYGj4ri9reL3qUlo=
805805
github.com/charmbracelet/log v0.4.1-0.20241125144537-1e6353e3ca79 h1:e2bnc8VrFEGTHYavTEQCO5AKYKym7AD54zApY1GUGiQ=

0 commit comments

Comments
 (0)