Files
pascal 3b1686e9df JiraCLI is an interactive command line tool for Atlassian Jira that
will help you avoid Jira UI to some extent. This tool may not be
able to do everything, but it has all the essential features required
to improve your day-to-day workflow with Jira.

ok gonzalo@
2026-03-03 21:29:10 +00:00

248 lines
11 KiB
PHP

MODGO_MODULES = \
al.essio.dev/pkg/shellescape v1.6.0 \
cloud.google.com/go v0.110.10 \
cloud.google.com/go/compute v1.23.3 \
cloud.google.com/go/compute/metadata v0.2.3 \
cloud.google.com/go/firestore v1.14.0 \
cloud.google.com/go/iam v1.1.5 \
cloud.google.com/go/longrunning v0.5.4 \
cloud.google.com/go/storage v1.35.1 \
github.com/!alec!aivazis/survey/v2 v2.3.7 \
github.com/!netflix/go-expect v0.0.0-20220104043353-73e0943537d2 \
github.com/alecthomas/assert/v2 v2.11.0 \
github.com/alecthomas/chroma/v2 v2.15.0 \
github.com/alecthomas/repr v0.4.0 \
github.com/armon/go-metrics v0.4.1 \
github.com/atotto/clipboard v0.1.4 \
github.com/aymanbagabas/go-osc52/v2 v2.0.1 \
github.com/aymanbagabas/go-udiff v0.2.0 \
github.com/aymerick/douceur v0.2.0 \
github.com/briandowns/spinner v1.23.2 \
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc \
github.com/charmbracelet/glamour v0.9.1 \
github.com/charmbracelet/lipgloss v1.1.0 \
github.com/charmbracelet/x/ansi v0.8.0 \
github.com/charmbracelet/x/cellbuf v0.0.13 \
github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a \
github.com/charmbracelet/x/term v0.2.1 \
github.com/cli/safeexec v1.0.1 \
github.com/coreos/go-semver v0.3.0 \
github.com/coreos/go-systemd/v22 v22.3.2 \
github.com/cpuguy83/go-md2man/v2 v2.0.3 \
github.com/creack/pty v1.1.18 \
github.com/danieljoos/wincred v1.2.2 \
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc \
github.com/dlclark/regexp2 v1.11.5 \
github.com/fatih/color v1.18.0 \
github.com/frankban/quicktest v1.14.6 \
github.com/fsnotify/fsnotify v1.7.0 \
github.com/gdamore/encoding v1.0.1 \
github.com/gdamore/tcell/v2 v2.7.4 \
github.com/godbus/dbus/v5 v5.1.0 \
github.com/gogo/protobuf v1.3.2 \
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da \
github.com/golang/protobuf v1.5.3 \
github.com/google/go-cmp v0.5.9 \
github.com/google/s2a-go v0.1.7 \
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 \
github.com/google/uuid v1.4.0 \
github.com/googleapis/enterprise-certificate-proxy v0.3.2 \
github.com/googleapis/gax-go/v2 v2.12.0 \
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 \
github.com/gorilla/css v1.0.1 \
github.com/hashicorp/consul/api v1.25.1 \
github.com/hashicorp/go-cleanhttp v0.5.2 \
github.com/hashicorp/go-hclog v1.5.0 \
github.com/hashicorp/go-immutable-radix v1.3.1 \
github.com/hashicorp/go-rootcerts v1.0.2 \
github.com/hashicorp/golang-lru v0.5.4 \
github.com/hashicorp/hcl v1.0.0 \
github.com/hashicorp/serf v0.10.1 \
github.com/hexops/gotextdiff v1.0.3 \
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 \
github.com/inconshreveable/mousetrap v1.1.0 \
github.com/json-iterator/go v1.1.12 \
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 \
github.com/kentaro-m/blackfriday-confluence v0.0.0-20220126124413-8e85477b49b3 \
github.com/klauspost/compress v1.17.0 \
github.com/kr/fs v0.1.0 \
github.com/kr/pretty v0.3.1 \
github.com/kr/text v0.2.0 \
github.com/lucasb-eyer/go-colorful v1.2.0 \
github.com/magiconair/properties v1.8.7 \
github.com/mattn/go-colorable v0.1.14 \
github.com/mattn/go-isatty v0.0.20 \
github.com/mattn/go-runewidth v0.0.16 \
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d \
github.com/microcosm-cc/bluemonday v1.0.27 \
github.com/mitchellh/go-homedir v1.1.0 \
github.com/mitchellh/mapstructure v1.5.0 \
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd \
github.com/modern-go/reflect2 v1.0.2 \
github.com/muesli/reflow v0.3.0 \
github.com/muesli/termenv v0.16.0 \
github.com/nats-io/nats.go v1.31.0 \
github.com/nats-io/nkeys v0.4.6 \
github.com/nats-io/nuid v1.0.1 \
github.com/pelletier/go-toml/v2 v2.2.0 \
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c \
github.com/pkg/errors v0.9.1 \
github.com/pkg/sftp v1.13.6 \
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 \
github.com/rivo/tview v0.0.0-20240406141410-79d4cc321256 \
github.com/rivo/uniseg v0.4.7 \
github.com/rogpeppe/go-internal v1.9.0 \
github.com/russross/blackfriday/v2 v2.1.0 \
github.com/sagikazarmark/crypt v0.17.0 \
github.com/sagikazarmark/locafero v0.4.0 \
github.com/sagikazarmark/slog-shim v0.1.0 \
github.com/shurcoo!l/sanitized_anchor_name v1.0.0 \
github.com/sourcegraph/conc v0.3.0 \
github.com/spf13/afero v1.11.0 \
github.com/spf13/cast v1.6.0 \
github.com/spf13/cobra v1.8.0 \
github.com/spf13/pflag v1.0.5 \
github.com/spf13/viper v1.18.2 \
github.com/stretchr/objx v0.5.2 \
github.com/stretchr/testify v1.10.0 \
github.com/subosito/gotenv v1.6.0 \
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e \
github.com/yuin/goldmark v1.7.8 \
github.com/yuin/goldmark-emoji v1.0.5 \
github.com/zalando/go-keyring v0.2.6 \
go.etcd.io/etcd/api/v3 v3.5.10 \
go.etcd.io/etcd/client/pkg/v3 v3.5.10 \
go.etcd.io/etcd/client/v2 v2.305.10 \
go.etcd.io/etcd/client/v3 v3.5.10 \
go.opencensus.io v0.24.0 \
go.uber.org/atomic v1.9.0 \
go.uber.org/multierr v1.11.0 \
go.uber.org/zap v1.21.0 \
golang.org/x/crypto v0.36.0 \
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 \
golang.org/x/mod v0.17.0 \
golang.org/x/net v0.38.0 \
golang.org/x/oauth2 v0.15.0 \
golang.org/x/sync v0.12.0 \
golang.org/x/sys v0.31.0 \
golang.org/x/term v0.30.0 \
golang.org/x/text v0.23.0 \
golang.org/x/time v0.5.0 \
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d \
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 \
google.golang.org/api v0.153.0 \
google.golang.org/appengine v1.6.7 \
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 \
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 \
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f \
google.golang.org/grpc v1.59.0 \
google.golang.org/protobuf v1.31.0 \
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 \
gopkg.in/ini.v1 v1.67.0 \
gopkg.in/yaml.v3 v3.0.1
MODGO_MODFILES = \
al.essio.dev/pkg/shellescape v1.5.1 \
github.com/alecthomas/chroma/v2 v2.14.0 \
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd \
github.com/creack/pty v1.1.17 \
github.com/creack/pty v1.1.9 \
github.com/davecgh/go-spew v1.1.0 \
github.com/davecgh/go-spew v1.1.1 \
github.com/dlclark/regexp2 v1.11.0 \
github.com/dlclark/regexp2 v1.11.4 \
github.com/fatih/color v1.14.1 \
github.com/fatih/color v1.7.0 \
github.com/gdamore/encoding v1.0.0 \
github.com/gdamore/tcell/v2 v2.7.1 \
github.com/google/go-cmp v0.5.8 \
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec \
github.com/kr/pretty v0.3.0 \
github.com/mattn/go-colorable v0.1.13 \
github.com/mattn/go-colorable v0.1.2 \
github.com/mattn/go-isatty v0.0.17 \
github.com/mattn/go-isatty v0.0.8 \
github.com/mattn/go-runewidth v0.0.12 \
github.com/mattn/go-runewidth v0.0.15 \
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b \
github.com/pelletier/go-toml/v2 v2.1.0 \
github.com/pmezard/go-difflib v1.0.0 \
github.com/rivo/uniseg v0.1.0 \
github.com/rivo/uniseg v0.2.0 \
github.com/rivo/uniseg v0.4.3 \
github.com/russross/blackfriday/v2 v2.0.1 \
github.com/stretchr/objx v0.1.0 \
github.com/stretchr/objx v0.4.0 \
github.com/stretchr/objx v0.5.0 \
github.com/stretchr/testify v1.6.1 \
github.com/stretchr/testify v1.7.0 \
github.com/stretchr/testify v1.7.1 \
github.com/stretchr/testify v1.7.5 \
github.com/stretchr/testify v1.8.0 \
github.com/stretchr/testify v1.8.1 \
github.com/stretchr/testify v1.8.4 \
github.com/stretchr/testify v1.9.0 \
github.com/yuin/goldmark v1.4.13 \
github.com/yuin/goldmark v1.7.1 \
go.uber.org/atomic v1.7.0 \
go.uber.org/multierr v1.9.0 \
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 \
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 \
golang.org/x/crypto v0.16.0 \
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 \
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 \
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 \
golang.org/x/mod v0.8.0 \
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 \
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \
golang.org/x/net v0.0.0-20220722155237-a158d28d115b \
golang.org/x/net v0.19.0 \
golang.org/x/net v0.26.0 \
golang.org/x/net v0.33.0 \
golang.org/x/net v0.6.0 \
golang.org/x/sync v0.0.0-20190423024810-112230192c58 \
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 \
golang.org/x/sync v0.1.0 \
golang.org/x/sync v0.5.0 \
golang.org/x/sync v0.7.0 \
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a \
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 \
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 \
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad \
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a \
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f \
golang.org/x/sys v0.1.0 \
golang.org/x/sys v0.15.0 \
golang.org/x/sys v0.17.0 \
golang.org/x/sys v0.20.0 \
golang.org/x/sys v0.25.0 \
golang.org/x/sys v0.26.0 \
golang.org/x/sys v0.29.0 \
golang.org/x/sys v0.30.0 \
golang.org/x/sys v0.4.0 \
golang.org/x/sys v0.5.0 \
golang.org/x/sys v0.6.0 \
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
golang.org/x/term v0.1.0 \
golang.org/x/term v0.17.0 \
golang.org/x/term v0.5.0 \
golang.org/x/text v0.12.0 \
golang.org/x/text v0.14.0 \
golang.org/x/text v0.3.0 \
golang.org/x/text v0.3.3 \
golang.org/x/text v0.3.7 \
golang.org/x/text v0.4.0 \
golang.org/x/text v0.7.0 \
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e \
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e \
golang.org/x/tools v0.1.12 \
golang.org/x/tools v0.20.0 \
golang.org/x/tools v0.6.0 \
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 \
google.golang.org/api v0.152.0 \
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c