Skip to content

Commit

Permalink
chore(deps): bump the all group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) | `1.5.0` | `1.6.0` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.25.0` | `0.26.4` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.10.0` | `0.11.0` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.17.0` |
| [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.2` | `0.10.3` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.5.8` | `6.5.9` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.1` | `2.2.2` |
| [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.23.0` | `1.24.1` |
| [zombiezen.com/go/sqlite](https://github.com/zombiezen/go-sqlite) | `1.2.0` | `1.3.0` |


Updates `github.com/JohannesKaufmann/html-to-markdown` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Commits](JohannesKaufmann/html-to-markdown@v1.5.0...v1.6.0)

Updates `github.com/charmbracelet/bubbletea` from 0.25.0 to 0.26.4
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v0.25.0...v0.26.4)

Updates `github.com/charmbracelet/lipgloss` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.0)

Updates `github.com/fatih/color` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.16.0...v1.17.0)

Updates `github.com/goccy/go-json` from 0.10.2 to 0.10.3
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.10.2...v0.10.3)

Updates `github.com/jedib0t/go-pretty/v6` from 6.5.8 to 6.5.9
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.5.8...v6.5.9)

Updates `github.com/pelletier/go-toml/v2` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](pelletier/go-toml@v2.2.1...v2.2.2)

Updates `github.com/sashabaranov/go-openai` from 1.23.0 to 1.24.1
- [Release notes](https://github.com/sashabaranov/go-openai/releases)
- [Commits](sashabaranov/go-openai@v1.23.0...v1.24.1)

Updates `zombiezen.com/go/sqlite` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/zombiezen/go-sqlite/releases)
- [Changelog](https://github.com/zombiezen/go-sqlite/blob/main/CHANGELOG.md)
- [Commits](zombiezen/go-sqlite@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sashabaranov/go-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zombiezen.com/go/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent fa18aed commit 3956ac3
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 60 deletions.
39 changes: 22 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@ go 1.22.0

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/JohannesKaufmann/html-to-markdown v1.5.0
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/PuerkitoBio/goquery v1.9.2
github.com/avast/retry-go v3.0.0+incompatible
github.com/briandowns/spinner v1.23.0
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.25.0
github.com/charmbracelet/bubbletea v0.26.4
github.com/charmbracelet/glamour v0.7.0
github.com/charmbracelet/lipgloss v0.10.0
github.com/charmbracelet/lipgloss v0.11.0
github.com/charmbracelet/log v0.4.0
github.com/cli/browser v1.3.0
github.com/dghubble/sling v1.4.2
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
github.com/fatih/color v1.16.0
github.com/goccy/go-json v0.10.2
github.com/fatih/color v1.17.0
github.com/goccy/go-json v0.10.3
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/grokify/html-strip-tags-go v0.1.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hexops/gotextdiff v1.0.3
github.com/ivanpirog/coloredcobra v1.0.1
github.com/j178/kooky v0.0.0-20240103045155-c09911743d37
github.com/j178/leetgo/testutils/go v0.2.1
github.com/jedib0t/go-pretty/v6 v6.5.8
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/joho/godotenv v1.5.1
github.com/k3a/html2text v1.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/reflow v0.3.0
github.com/pelletier/go-toml/v2 v2.2.1
github.com/sashabaranov/go-openai v1.23.0
github.com/pelletier/go-toml/v2 v2.2.2
github.com/sashabaranov/go-openai v1.24.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/tidwall/gjson v1.17.1
gopkg.in/yaml.v3 v3.0.1
zombiezen.com/go/sqlite v1.2.0
zombiezen.com/go/sqlite v1.3.0
)

require (
Expand All @@ -46,9 +46,13 @@ require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/charmbracelet/x/ansi v0.1.2 // indirect
github.com/charmbracelet/x/input v0.1.0 // indirect
github.com/charmbracelet/x/term v0.1.1 // indirect
github.com/charmbracelet/x/windows v0.1.0 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
Expand Down Expand Up @@ -90,17 +94,18 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/yuin/goldmark v1.7.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/yuin/goldmark v1.7.1 // indirect
github.com/yuin/goldmark-emoji v1.0.2 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
modernc.org/libc v1.43.1 // indirect
Expand Down
Loading

0 comments on commit 3956ac3

Please sign in to comment.