-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/cli/cli/v2 from 2.63.1 to 2.67.0 in the go_modules gr…
…oup across 1 directory (#36)
- Loading branch information
Showing
2 changed files
with
64 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,53 @@ | ||
module github.com/github/gh-models | ||
|
||
go 1.22.5 | ||
go 1.23.0 | ||
|
||
toolchain go1.22.8 | ||
toolchain go1.23.6 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/MakeNowJust/heredoc v1.0.0 | ||
github.com/briandowns/spinner v1.23.1 | ||
github.com/cli/cli/v2 v2.63.1 | ||
github.com/cli/go-gh/v2 v2.11.1 | ||
github.com/cli/cli/v2 v2.67.0 | ||
github.com/cli/go-gh/v2 v2.11.2 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/text v0.21.0 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/chroma/v2 v2.8.0 // indirect | ||
github.com/alecthomas/chroma/v2 v2.14.0 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/charmbracelet/glamour v0.7.0 // indirect | ||
github.com/charmbracelet/lipgloss v0.10.1-0.20240413172830-d0be07ea6b9c // indirect | ||
github.com/charmbracelet/x/exp/term v0.0.0-20240425164147-ba2a9512b05f // indirect | ||
github.com/charmbracelet/glamour v0.8.0 // indirect | ||
github.com/charmbracelet/lipgloss v0.12.1 // indirect | ||
github.com/charmbracelet/x/ansi v0.1.4 // indirect | ||
github.com/cli/safeexec v1.0.1 // indirect | ||
github.com/cli/shurcooL-graphql v0.0.4 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/dlclark/regexp2 v1.4.0 // indirect | ||
github.com/dlclark/regexp2 v1.11.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/henvic/httpretty v0.1.4 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.26 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.27 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect | ||
github.com/yuin/goldmark v1.5.4 // indirect | ||
github.com/yuin/goldmark-emoji v1.0.2 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
github.com/yuin/goldmark v1.7.4 // indirect | ||
github.com/yuin/goldmark-emoji v1.0.3 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters