cli/go.mod

89 lines
3.6 KiB
Modula-2
Raw Normal View History

2022-09-19 20:23:45 +00:00
module gitlab.com/gitlab-org/cli
2020-07-24 20:41:26 +00:00
go 1.18
2020-07-24 20:41:26 +00:00
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/MakeNowJust/heredoc v1.0.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/avast/retry-go v3.0.0+incompatible
github.com/briandowns/spinner v1.16.0
github.com/charmbracelet/glamour v0.3.0
2020-08-10 06:17:12 +00:00
github.com/dustin/go-humanize v1.0.0
2021-09-11 02:27:22 +00:00
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
2021-08-01 05:06:33 +00:00
github.com/google/renameio v1.0.1
2020-08-11 18:36:44 +00:00
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gosuri/uilive v0.0.4
github.com/hashicorp/go-multierror v1.1.1
2023-04-05 12:27:43 +00:00
github.com/hashicorp/go-retryablehttp v0.7.2
github.com/hashicorp/go-version v1.3.0
github.com/jarcoal/httpmock v1.0.8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lunixbochs/vtclean v1.0.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.17
github.com/mattn/go-runewidth v0.0.13
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/termenv v0.9.0
github.com/otiai10/copy v1.6.0
2020-08-13 02:15:04 +00:00
github.com/pkg/errors v0.9.1
2021-11-03 23:57:08 +00:00
github.com/rivo/tview v0.0.0-20211029142923-a4acb08f513e
2021-09-11 02:27:22 +00:00
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
Isolate commands into separate sub-packages (#229) * refactor: organize commands into separate subfolders * Format code with gofmt This commit fixes the style issues introduced in d1f70d5 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/1ce57d1c-4f1e-48c2-a4d8-00c1bce7fb49/ * 🔥 sub-packaging * Format code with gofmt This commit fixes the style issues introduced in ca0bff4 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/11379011-98c6-43ea-8baa-4fefa9b775e4/ * 🔥 sub-packaging * Format code with gofmt This commit fixes the style issues introduced in 00e5936 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/c912f945-acf3-48d2-a550-0895c0153df0/ * Done with sub-packaging 🔥 * 🔥 tests * Format code with gofmt This commit fixes the style issues introduced in 56a8ff4 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/24498865-4980-479f-90c7-7ddd228c2bb4/ * fix bug risks * fix tests * fix tests * Format code with gofmt This commit fixes the style issues introduced in c947d02 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/cb2ac46a-f857-40d5-8508-eacc253b3614/ * Format code with gofmt This commit fixes the style issues introduced in 902ff7b according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/f60ba0d6-94d3-47c0-ae27-568a5cc5d9e5/ * fix tests * fix tests * 🔥 gookit/color * Format code with gofmt This commit fixes the style issues introduced in 5a129ea according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/8f1c8327-f5c6-4ff5-97d2-3c8a23f0a1e2/ * Autofix issues in 1 files Resolved issues in the following files via DeepSource Autofix: 1. commands/cmdtest/helper.go * add tests for MR * Format code with gofmt This commit fixes the style issues introduced in 758af28 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/d55a4867-aa23-4202-b2cc-a7ceafbaa53e/ * migrate old config to new config * fix bug risks * Format code with gofmt This commit fixes the style issues introduced in 0ea8eb2 according to the output from gofmt. Details: https://deepsource.io/gh/profclems/glab/transform/f90cf664-8396-4b78-814d-3167ce898164/ * refactoring Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2020-09-29 05:55:34 +00:00
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
2023-04-05 12:27:43 +00:00
github.com/stretchr/testify v1.8.1
github.com/tidwall/pretty v1.2.0
2023-04-05 12:27:43 +00:00
github.com/xanzy/go-gitlab v0.81.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2023-03-27 16:52:12 +00:00
golang.org/x/term v0.6.0
golang.org/x/text v0.8.0
gopkg.in/yaml.v3 v3.0.1
)
2021-11-03 23:57:08 +00:00
require (
github.com/alecthomas/chroma v0.9.4 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
2021-11-03 23:57:08 +00:00
github.com/gdamore/encoding v1.0.0 // indirect
2023-04-05 12:27:43 +00:00
github.com/golang/protobuf v1.5.3 // indirect
2021-11-03 23:57:08 +00:00
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
2021-11-03 23:57:08 +00:00
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
2021-11-03 23:57:08 +00:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
2021-11-03 23:57:08 +00:00
github.com/microcosm-cc/bluemonday v1.0.16 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
2021-11-03 23:57:08 +00:00
github.com/muesli/reflow v0.3.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
2021-11-03 23:57:08 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
2021-11-03 23:57:08 +00:00
github.com/yuin/goldmark v1.4.2 // indirect
github.com/yuin/goldmark-emoji v1.0.1 // indirect
2023-03-27 16:52:12 +00:00
golang.org/x/net v0.8.0 // indirect
2023-04-05 12:27:43 +00:00
golang.org/x/oauth2 v0.6.0 // indirect
2023-03-27 16:52:12 +00:00
golang.org/x/sys v0.6.0 // indirect
2023-04-05 12:27:43 +00:00
golang.org/x/time v0.3.0 // indirect
2021-11-03 23:57:08 +00:00
google.golang.org/appengine v1.6.7 // indirect
2023-04-05 12:27:43 +00:00
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
2021-11-03 23:57:08 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
)