Bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0

Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-21 10:11:25 +00:00
committed by GitHub
parent a773b38794
commit b2637fcddb
2 changed files with 3 additions and 17 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.22.5
require (
github.com/aws/aws-sdk-go v1.54.19
github.com/bigkevmcd/go-configparser v0.0.0-20240624060122-ccd05f93a9d2
github.com/charmbracelet/lipgloss v0.12.1
github.com/charmbracelet/lipgloss v0.13.0
github.com/urfave/cli/v2 v2.27.2
)