Skip to content

Bump the gomod group with 13 updates #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the gomod group with 13 updates:

Package From To
ariga.io/atlas 0.30.0 0.34.0
github.com/alecthomas/chroma/v2 2.15.0 2.18.0
github.com/charmbracelet/bubbles 0.20.0 0.21.0
github.com/charmbracelet/bubbletea 1.2.4 1.3.4
github.com/charmbracelet/lipgloss 1.0.0 1.1.0
github.com/charmbracelet/wish 1.4.6 1.4.7
github.com/klauspost/compress 1.17.11 1.18.0
github.com/mattn/go-sqlite3 1.14.24 1.14.28
github.com/muesli/termenv 0.15.3-0.20240509142007-81b8f94111d5 0.16.0
github.com/rs/zerolog 1.33.0 1.34.0
github.com/tdewolff/minify/v2 2.21.3 2.23.8
github.com/yuin/goldmark 1.7.8 1.7.12
github.com/yuin/goldmark-emoji 1.0.4 1.0.6

Updates ariga.io/atlas from 0.30.0 to 0.34.0

Release notes

Sourced from ariga.io/atlas's releases.

v0.34.0

We are excited to announce the release of Atlas v0.34 🎊

It's been just over two weeks since our last release, and we are back with another batch of exciting features and improvements. Here's what's in store for you in Atlas v0.34.

Read the full announcement in our blogpost.

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas

Windows

Download

Legal

The default binaries in this release are distributed released under Atlas EULA, and the community binaries are released under the Apache 2.0 license.

v0.33.0

We are excited to announce the release of Atlas v0.33 🎊

It's been a couple of months since our last release, but for good reason. Today, we're super excited to tell you about everything we have been up to. Here's what's in store for you in this release, v0.33:

  • Atlas Copilot: A new coding assistant that helps you better manage your Atlas projects by leveraging an agentic, LLM-based approach.
  • Support for --include: Atlas Pro users may now use the --include flag to specify which database objects to query during inspection.

... (truncated)

Commits
  • 27fe6e6 sql/schema: exclude on third-level should not affect the second level (#3520)
  • 6d50008 sql/schema: skip printing pos line if not set (#3510)
  • ca0c0e5 sql/schema: add PosSetter to objects (#3509)
  • 537e1cf schemahcl: append validation error on resource error (#3508)
  • cc59644 cmd/atlas/internal/cmdapi: allow extending schema diff with --include (#3503)
  • 93e2f36 cmd/atlas/internal/cmdapi: allow extending apply with --include (#3502)
  • 3bf015b cmd/atlas/docker: Revert let Docker Engine allocate a free port (#3500)
  • 5733756 schemahcl: add raw_expr indicator on types (#3499)
  • 5021ab2 sql/internal/specutil: postpone unfound dep search to drivers (#3498)
  • 2674591 sql/internal/sqlx: allow drivers checking if proc depends on object (#3497)
  • Additional commits viewable in compare view

Updates github.com/alecthomas/chroma/v2 from 2.15.0 to 2.18.0

Release notes

Sourced from github.com/alecthomas/chroma/v2's releases.

v2.18.0

Changelog

  • 7f0057b feat: support for dark mode in chromad
  • d87cb47 chore(deps): update all non-major dependencies (#1077)
  • 79dde77 Added IBM RPG lexer (#1078)
  • 1b932ec chore: disable gorilla/csrf upgrades temporarily

v2.17.2

Changelog

  • 66b90e7 fix: downgrade gorilla/csrf temporarily

v2.17.1

Changelog

  • 2cbcfa9 fix: a bunch of styles did not correctly fallback to parent styles
  • 8f4cf56 fix(zig): add rule for function calls (#1075)
  • abf98e0 chore(deps): update all non-major dependencies (#1074)

v2.17.0

Changelog

  • 8fa488c Fix Gleam lexer (#1072)
  • 211957a Update pygments-lexers.txt (#1070)
  • 22859e6 Add Lean lexer (#1071)
  • 5409db0 fix(vue): handle more edge cases for tags (#1069)
  • 3ee0984 chore(deps): update all non-major dependencies (#1067)
  • 3df29af styles: add proper diff styling to rrt (fix #603) (#1064)
  • 9077658 fix: properly tokenizes default_tags attribute (#1068)
  • e4ce323 Link to Chroma-using pager in README.md (#1027)
  • b310414 docs: add logo

v2.16.0

Changelog

  • ad6f149 chore: clean up Makefile
  • 9909f65 fix: switch to jsdelivr as unpkg was throwing CORS errors
  • 34bf362 chore(deps): update all non-major dependencies (#1066)
  • 88084b6 fix: Dot in a string breaks the highlighting in Terraform. Fixes #988 (#1065)
  • 62197e9 Add lexers.Aliases() method to display only lexers' aliases (#1057)
  • 7feb358 chore(deps): update dependency svu to v3 (#1053)
  • 30e0bc6 chore(deps): update all non-major dependencies (#1061)
  • e0c7747 Fix IP address as name detection in nginx conf (#1060)
  • 0bf0e9f Add luau file extension and alias to lua lexer (#1056)
  • 0e0e282 chore(deps): update all non-major dependencies (#1049)
  • 4b0882a add Janet lexer (#1045)
  • 81fecd5 chore(deps): update all non-major dependencies (#1041)
  • dc982d2 Add Mojo lexer (#1044)
  • 79621af Fix solidity lexer's handling of inline assembly (#1040)
  • 9da461e chore(deps): update module github.com/mattn/go-colorable to v0.1.14 (#1039)
  • f0d460e Update Odin lexer for new build tag feature (#1038)
  • 0bd7c68 chore: bump go.mod to Go 1.22 + add Iterator.Stdlib()
  • d829579 fix(ocaml): support multistring (#1035)
  • e79c813 chore(deps): update all non-major dependencies (#1029)
Commits
  • 7f0057b feat: support for dark mode in chromad
  • d87cb47 chore(deps): update all non-major dependencies (#1077)
  • 79dde77 Added IBM RPG lexer (#1078)
  • 1b932ec chore: disable gorilla/csrf upgrades temporarily
  • 66b90e7 fix: downgrade gorilla/csrf temporarily
  • 2cbcfa9 fix: a bunch of styles did not correctly fallback to parent styles
  • 8f4cf56 fix(zig): add rule for function calls (#1075)
  • abf98e0 chore(deps): update all non-major dependencies (#1074)
  • 8fa488c Fix Gleam lexer (#1072)
  • 211957a Update pygments-lexers.txt (#1070)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0

Release notes

Sourced from github.com/charmbracelet/bubbles's releases.

v0.21.0

Viewport improvements

Finally, viewport finally has horizontal scrolling ✨![^v1] To enable it, use SetHorizontalStep (default in v2 will be 6).

You can also scroll manually with ScrollLeft and ScrollRight, and use SetXOffset to scroll to a specific position (or 0 to reset):

vp := viewport.New()
vp.SetHorizontalStep(10) // how many columns to scroll on each key press
vp.ScrollRight(30)       // pan 30 columns to the right!
vp.ScrollLeft(10)        // pan 10 columns to the left!
vp.SetXOffset(0)         // back to the left edge

To make the API more consistent, vertical scroll functions were also renamed, and the old ones were deprecated (and will be removed in v2):

// Scroll n lines up/down:
func (m Model) LineUp(int)     // deprecated
func (m Model) ScrollUp(int)   // new!
func (m Model) LineDown(int)   // deprecated
func (m Model) ScrollDown(int) // new!
// Scroll half page up/down:
func (m Model) HalfViewUp() []string   // deprecated
func (m Model) HalfPageUp() []string   // new!
func (m Model) HalfViewDown() []string // deprecated
func (m Model) HalfPageDown() []string // new!
// Scroll a full page up/down:
func (m Model) ViewUp(int) []string   // deprecated
func (m Model) PageUp(int) []string   // new!
func (m Model) ViewDown(int) []string // deprecated
func (m Model) PageDown(int) []string // new!

[!NOTE] In v2, these functions will not return lines []string anymore, as it is no longer needed due to HighPerformanceRendering being deprecated as well.

Other improvements

The list bubble got a couple of new functions: SetFilterText, SetFilterState, and GlobalIndex - which you can use to get the index of the item in the unfiltered, original item list.

... (truncated)

Commits
  • 8b55efb fix(textarea): placeholder with chinese chars (#767)
  • bd2a5b0 fix: golangci-lint 2 fixes (#769)
  • cce8481 ci: sync golangci-lint config (#770)
  • ea344ab feat(viewport): horizontal scroll with mouse wheel (#761)
  • 39668ec fix(viewport): normalize method names (#763)
  • f2434c3 Revert "fix(viewport): normalize method names"
  • c7f889e fix(viewport): normalize method names
  • 9e5365e docs: add example for ValidateFunc (#705)
  • c814ac7 chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#751)
  • 3befccc chore(deps): bump github.com/muesli/termenv from 0.15.2 to 0.16.0 (#740)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.4

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.4

This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as tea.WithAllMouseMotion() and commands such as tea.EnableMouseAllMotion and tea.DisableMouse turns the mouse on/off as expected.

Changelog

New Features

  • e817654e03769c14bdc09f9032724dfc53aa936f: feat(ci): move from goveralls to codecov (#1332) (@​aymanbagabas)

Bug fixes

  • bf1216dfaf642b73b639262ab91a7e7c86095d34: fix: windows: enable mouse mode on demand (#1340) (@​aymanbagabas)

Other work

  • 00e3ef47acdd1b39b3aa3c8260910f5fd57867bb: ci: sync dependabot config (#1328) (@​charmcli)
  • 4a30f3fd2a2c3ff8d13572d9aceb3007a9940006: ci: sync dependabot config (#1329) (@​charmcli)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.3

This release restore the program options that were deprecated in the previous releases.

Changelog

Full Changelog: charmbracelet/bubbletea@v1.3.2...v1.3.3


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.2

Fix canceling terminal input reads on Windows.

Changelog

Bug fixes

  • b0186ada899e2c5f270b753f577be2c89ed1836f: fix: windows: handle cancel io error (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.1

This release introduces some important bug fixes when it comes to cursor movements while rendering, and properly handle Windows AltGr key on non-English keyboards.

Changelog

... (truncated)

Commits
  • bf1216d fix: windows: enable mouse mode on demand (#1340)
  • e817654 feat(ci): move from goveralls to codecov (#1332)
  • 4a30f3f ci: sync dependabot config (#1329)
  • 00e3ef4 ci: sync dependabot config (#1328)
  • cb6f840 chore: revert "chore: deprecate some StartupOptions in favor of Cmds (#1307)"
  • ee7cf45 chore: revert "Remove irrelevant option comments"
  • b0186ad fix: windows: handle cancel io error
  • 771a101 fix: renderer: use newline instead of cud1 to move cursor down (#1323)
  • cebad5b chore(examples): update go.mod and go.sum
  • 439398b Remove irrelevant option comments
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v1.1.0

Tables, Improved

In this release, the inimitable @​andreynering and @​bashbunni majorly overhauled on the table sizing and content wrapping algorithms. Tables will now be much smarter on deciding the ideal width of each column, and contents now wraps by default inside cells.

// Table content wraps by default.
t := table.New().
    Headers(someHeaders...).
    Rows(someRows...).
    Width(80)
fmt.Println(t)

// Actually, let's not wrap the content.
t := table.New().
    Headers(someHeaders...).
    Rows(someRows...).
    Width(80).
    Wrap(false)
fmt.Println(t)

New Border Styles

Also, we added two new border styles that you can use to generate tables in Markdown and ASCII styles.

Markdown Tables

To render tables correctly for Markdown you'll want to use lipgloss.MarkdownBorder and disable the top and bottom borders.

t := table.New().
    Headers(someHeaders...).
    Rows(someRows).
    Border(lipgloss.MarkdownBorder()).
    BorderTop(false).
    BorderBottom(false)
fmt.Println(t)

... (truncated)

Commits
  • f0e4547 chore: fix lint
  • fb0d757 chore(taskfile): delete lint:all and lint:soft tasks
  • 1209cf0 ci: sync golangci-lint config (#490)
  • c454a0a feat(tables): add markdown and ascii border style for tables (#480)
  • 341996d chore: update charmbracelet/x/cellbuf
  • 1f1209e feat(table): use cellbuf to preserve styles for wrapped content
  • 2aa2eb0 test(table): test wrapping cell styles
  • 9500f10 fix(table): ensure we're passing the right row index to styleFunc
  • 7b191c5 fix(test): make table wrapping tests use golden files
  • 9cfb7dd test(table): check truncation logic for overflow and nowrap
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/wish from 1.4.6 to 1.4.7

Release notes

Sourced from github.com/charmbracelet/wish's releases.

v1.4.7

This fixes an important bug related to the Bubble Tea middleware when paired with other middlewares. The Bubble Tea middleware always prints a warning when it forces the color profile of the program. This warning gets printed to the SSH stdout channel without checking whether the session is a PTY or not. This can cause issues when the middleware is used with something like a Git middleware that doesn't expect a PTY nor anything to be printed to the stout channel.

Changelog

Bug fixes

  • 5385cd3883bd6eedaf8b6dc42cba4a57ca0cce6b: fix(tea): do not force color profile if session is not a PTY (#443) (@​aymanbagabas)

Other work

  • 30196562a920e15ffa3170ae52eeb06fe81c4f64: ci: sync dependabot config (#411) (@​charmcli)
  • 7b8d80698cf2c4aeb04347fe6db4a5da9af96236: ci: sync dependabot config (#412) (@​charmcli)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 5385cd3 fix(tea): do not force color profile if session is not a PTY (#443)
  • e247a7e chore(deps): bump github.com/pkg/sftp from 1.13.7 to 1.13.8 in /examples (#438)
  • e8e76b2 chore(deps): bump github.com/charmbracelet/log in /examples (#439)
  • 9f4a557 chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#437)
  • bee56c2 chore(deps): bump github.com/charmbracelet/log from 0.4.0 to 0.4.1 (#436)
  • 4639aaf chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#435)
  • 94694ca chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in /examples (#434)
  • 72b7d40 chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#433)
  • 2f73aca chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 in /examples (#432)
  • 3020bd9 chore(deps): bump golang.org/x/time from 0.10.0 to 0.11.0 (#429)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.11 to 1.18.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.11...v1.18.0

Commits

Updates github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28

Commits
  • f76bae4 upgrade amalgamation code
  • 65302b0 Add ability to set an int64 file control (#1298)
  • 8d69329 revert #1259
  • 9794660 docs: clarify GCP section
  • b9f4d8c chore: Fix memory leak in callbackRetText function
  • 7658c06 Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3 (#1262)
  • c61eeb5 remove superfluous use of runtime.SetFinalizer on SQLiteRows
  • ab13d63 Remove suggestion that CGO isn't always needed (#1290)
  • 348128f Upgrade upload-artifact action
  • 82bc911 close statement when missing query arguments
  • See full diff in compare view

Updates github.com/muesli/termenv from 0.15.3-0.20240509142007-81b8f94111d5 to 0.16.0

Release notes

Sourced from github.com/muesli/termenv's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: muesli/termenv@v0.15.2...v0.16.0

Commits

Updates github.com/rs/zerolog from 1.33.0 to 1.34.0

Commits
  • db9d1be Update go versions covered by CI
  • 5f4b880 Delete _config.yml
  • ffb2708 Remove CNAME file
  • cc4dde7 Create CONTRIBUTING.md
  • 04ea0f4 Implement Close() for zerolog.FilteredLevelWriter (#715)
  • 0398600 fix: reset condition in burst sampler (#711) (#712)
  • 1869fa5 FormatPartValueByName for flexible custom formatting for ConsoleWriter (#541)
  • 31e7995 remove unnecessary nil checks (#701)
  • 582f820 Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...
  • 6abadab Bump github.com/rs/xid from 1.5.0 to 1.6.0 (#684)
  • See full diff in compare view

Updates github.com/tdewolff/minify/v2 from 2.21.3 to 2.23.8

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.23.8

  • Fix NPM build

v2.23.7

  • Fix NPM build

v2.23.6

v2.23.5

v2.23.4

v2.23.3

v2.23.2

v2.23.1

v2.23.0

v2.22.4

v2.22.3

v2.22.2

v2.22.1

Update dependencies

v2.22.0

... (truncated)

Commits

Updates github.com/yuin/goldmark from 1.7.8 to 1.7.12

Commits

Updates github.com/yuin/goldmark-emoji from 1.0.4 to 1.0.6

Commits
  • 397d9ff Optimize emoji definition initialization
  • 7741c96 Merge pull request #9 from radeeyate/fix-cdn-links
  • 593f873 Fix MarkdownLint Violations
  • 0e8192d Fix MaxCDN deprecation - replace with jsdelivr
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [ariga.io/atlas](https://github.com/ariga/atlas) | `0.30.0` | `0.34.0` |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.15.0` | `2.18.0` |
| [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.20.0` | `0.21.0` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.2.4` | `1.3.4` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `1.0.0` | `1.1.0` |
| [github.com/charmbracelet/wish](https://github.com/charmbracelet/wish) | `1.4.6` | `1.4.7` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.28` |
| [github.com/muesli/termenv](https://github.com/muesli/termenv) | `0.15.3-0.20240509142007-81b8f94111d5` | `0.16.0` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.21.3` | `2.23.8` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.8` | `1.7.12` |
| [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) | `1.0.4` | `1.0.6` |


Updates `ariga.io/atlas` from 0.30.0 to 0.34.0
- [Release notes](https://github.com/ariga/atlas/releases)
- [Commits](ariga/atlas@v0.30.0...v0.34.0)

Updates `github.com/alecthomas/chroma/v2` from 2.15.0 to 2.18.0
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](alecthomas/chroma@v2.15.0...v2.18.0)

Updates `github.com/charmbracelet/bubbles` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Changelog](https://github.com/charmbracelet/bubbles/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/bubbles@v0.20.0...v0.21.0)

Updates `github.com/charmbracelet/bubbletea` from 1.2.4 to 1.3.4
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.2.4...v1.3.4)

Updates `github.com/charmbracelet/lipgloss` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v1.0.0...v1.1.0)

Updates `github.com/charmbracelet/wish` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/charmbracelet/wish/releases)
- [Changelog](https://github.com/charmbracelet/wish/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/wish@v1.4.6...v1.4.7)

Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.11...v1.18.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.28
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.24...v1.14.28)

Updates `github.com/muesli/termenv` from 0.15.3-0.20240509142007-81b8f94111d5 to 0.16.0
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/commits/v0.16.0)

Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0
- [Commits](rs/zerolog@v1.33.0...v1.34.0)

Updates `github.com/tdewolff/minify/v2` from 2.21.3 to 2.23.8
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.21.3...v2.23.8)

Updates `github.com/yuin/goldmark` from 1.7.8 to 1.7.12
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.8...v1.7.12)

Updates `github.com/yuin/goldmark-emoji` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/yuin/goldmark-emoji/releases)
- [Commits](yuin/goldmark-emoji@v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: ariga.io/atlas
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/bubbles
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/wish
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/muesli/termenv
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.23.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark-emoji
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-f4366e333e branch July 1, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants