Skip to content

Commit 3c59568

Browse files
dependabot[bot]paketo-bot
authored andcommitted
Bump the go-modules group with 2 updates
Bumps the go-modules group with 2 updates: [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) and [github.com/olekukonko/ll](https://github.com/olekukonko/ll). Updates `github.com/charmbracelet/colorprofile` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/charmbracelet/colorprofile/releases) - [Commits](charmbracelet/colorprofile@v0.4.1...v0.4.2) Updates `github.com/olekukonko/ll` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/olekukonko/ll/releases) - [Commits](olekukonko/ll@v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: github.com/charmbracelet/colorprofile dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/olekukonko/ll dependency-version: 0.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20c71c4 commit 3c59568

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ require (
8787
github.com/bodgit/windows v1.0.1 // indirect
8888
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8989
github.com/cespare/xxhash/v2 v2.3.0 // indirect
90-
github.com/charmbracelet/colorprofile v0.4.1 // indirect
90+
github.com/charmbracelet/colorprofile v0.4.2 // indirect
9191
github.com/charmbracelet/lipgloss v1.1.0 // indirect
9292
github.com/charmbracelet/x/ansi v0.11.6 // indirect
9393
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
@@ -213,7 +213,7 @@ require (
213213
github.com/oklog/ulid/v2 v2.1.1 // indirect
214214
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
215215
github.com/olekukonko/errors v1.2.0 // indirect
216-
github.com/olekukonko/ll v0.1.4 // indirect
216+
github.com/olekukonko/ll v0.1.5 // indirect
217217
github.com/olekukonko/tablewriter v1.1.3 // indirect
218218
github.com/opencontainers/go-digest v1.0.0 // indirect
219219
github.com/opencontainers/image-spec v1.1.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ github.com/charmbracelet/bubbles v0.21.0 h1:9TdC97SdRVg/1aaXNVWfFH3nnLAwOXr8Fn6u
248248
github.com/charmbracelet/bubbles v0.21.0/go.mod h1:HF+v6QUR4HkEpz62dx7ym2xc71/KBHg+zKwJtMw+qtg=
249249
github.com/charmbracelet/bubbletea v1.3.10 h1:otUDHWMMzQSB0Pkc87rm691KZ3SWa4KUlvF9nRvCICw=
250250
github.com/charmbracelet/bubbletea v1.3.10/go.mod h1:ORQfo0fk8U+po9VaNvnV95UPWA1BitP1E0N6xJPlHr4=
251-
github.com/charmbracelet/colorprofile v0.4.1 h1:a1lO03qTrSIRaK8c3JRxJDZOvhvIeSco3ej+ngLk1kk=
252-
github.com/charmbracelet/colorprofile v0.4.1/go.mod h1:U1d9Dljmdf9DLegaJ0nGZNJvoXAhayhmidOdcBwAvKk=
251+
github.com/charmbracelet/colorprofile v0.4.2 h1:BdSNuMjRbotnxHSfxy+PCSa4xAmz7szw70ktAtWRYrY=
252+
github.com/charmbracelet/colorprofile v0.4.2/go.mod h1:0rTi81QpwDElInthtrQ6Ni7cG0sDtwAd4C4le060fT8=
253253
github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=
254254
github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
255255
github.com/charmbracelet/x/ansi v0.11.6 h1:GhV21SiDz/45W9AnV2R61xZMRri5NlLnl6CVF7ihZW8=
@@ -775,8 +775,8 @@ github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 h1:zrbMGy9YXpIeTnGj
775775
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6/go.mod h1:rEKTHC9roVVicUIfZK7DYrdIoM0EOr8mK1Hj5s3JjH0=
776776
github.com/olekukonko/errors v1.2.0 h1:10Zcn4GeV59t/EGqJc8fUjtFT/FuUh5bTMzZ1XwmCRo=
777777
github.com/olekukonko/errors v1.2.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
778-
github.com/olekukonko/ll v0.1.4 h1:QcDaO9quz213xqHZr0gElOcYeOSnFeq7HTQ9Wu4O1wE=
779-
github.com/olekukonko/ll v0.1.4/go.mod h1:b52bVQRRPObe+yyBl0TxNfhesL0nedD4Cht0/zx55Ew=
778+
github.com/olekukonko/ll v0.1.5 h1:J+MNlbt5suwHSEcp0TGMb67FxWuh5L52RUzBCnb8igQ=
779+
github.com/olekukonko/ll v0.1.5/go.mod h1:NVUmjBb/aCtUpjKk75BhWrOlARz3dqsM+OtszpY4o88=
780780
github.com/olekukonko/tablewriter v1.1.3 h1:VSHhghXxrP0JHl+0NnKid7WoEmd9/urKRJLysb70nnA=
781781
github.com/olekukonko/tablewriter v1.1.3/go.mod h1:9VU0knjhmMkXjnMKrZ3+L2JhhtsQ/L38BbL3CRNE8tM=
782782
github.com/onsi/ginkgo/v2 v2.28.0 h1:Rrf+lVLmtlBIKv6KrIGJCjyY8N36vDVcutbGJkyqjJc=

0 commit comments

Comments
 (0)