Skip to content

Commit 6b759b6

Browse files
committed
lab: Update additional packages and vendor file
ie) go get -u ./...; go mod vendor; git commit Signed-off-by: Prarit Bhargava <prarit@redhat.com>
1 parent 389c048 commit 6b759b6

File tree

2 files changed

+123
-33
lines changed

2 files changed

+123
-33
lines changed

go.mod

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,82 @@ require (
66
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
77
github.com/avast/retry-go v3.0.0+incompatible
88
github.com/charmbracelet/glamour v0.6.0
9-
github.com/fatih/color v1.15.0
10-
github.com/gdamore/tcell/v2 v2.6.0
9+
github.com/fatih/color v1.16.0
10+
github.com/gdamore/tcell/v2 v2.7.0
1111
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1212
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
1313
github.com/lunixbochs/vtclean v1.0.0
14-
github.com/muesli/termenv v0.15.1
14+
github.com/muesli/termenv v0.15.2
1515
github.com/otiai10/copy v1.6.0
1616
github.com/pkg/errors v0.9.1
17-
github.com/rivo/tview v0.0.0-20230511053024-822bd067b165
18-
github.com/rsteube/carapace v0.36.3
19-
github.com/spf13/afero v1.9.5
20-
github.com/spf13/cobra v1.7.0
17+
github.com/rivo/tview v0.0.0-20240101144852-b3bd1aa5e9f2
18+
github.com/rsteube/carapace v0.48.4
19+
github.com/spf13/afero v1.11.0
20+
github.com/spf13/cobra v1.8.0
2121
github.com/spf13/pflag v1.0.5
22-
github.com/spf13/viper v1.15.0
23-
github.com/stretchr/testify v1.8.1
22+
github.com/spf13/viper v1.18.2
23+
github.com/stretchr/testify v1.8.4
2424
github.com/tcnksm/go-gitconfig v0.1.2
25-
github.com/xanzy/go-gitlab v0.83.0
26-
golang.org/x/crypto v0.17.0
25+
github.com/xanzy/go-gitlab v0.95.2
26+
golang.org/x/crypto v0.18.0
2727
)
2828

2929
require (
3030
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
31-
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
31+
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
32+
github.com/rsteube/carapace-shlex v0.1.1 // indirect
33+
github.com/sagikazarmark/locafero v0.4.0 // indirect
34+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
35+
github.com/sourcegraph/conc v0.3.0 // indirect
36+
go.uber.org/atomic v1.11.0 // indirect
37+
go.uber.org/multierr v1.11.0 // indirect
38+
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
3239
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3340
)
3441

3542
require (
3643
github.com/alecthomas/chroma v0.10.0 // indirect
3744
github.com/aymerick/douceur v0.2.0 // indirect
38-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
39-
github.com/davecgh/go-spew v1.1.1 // indirect
45+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
46+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4047
github.com/dlclark/regexp2 v1.10.0 // indirect
41-
github.com/fsnotify/fsnotify v1.6.0 // indirect
48+
github.com/fsnotify/fsnotify v1.7.0 // indirect
4249
github.com/gdamore/encoding v1.0.0 // indirect
4350
github.com/golang/protobuf v1.5.3 // indirect
4451
github.com/google/go-querystring v1.1.0 // indirect
45-
github.com/gorilla/css v1.0.0 // indirect
52+
github.com/gorilla/css v1.0.1 // indirect
4653
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
47-
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
54+
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
4855
github.com/hashicorp/hcl v1.0.0 // indirect
4956
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5057
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5158
github.com/magiconair/properties v1.8.7 // indirect
5259
github.com/mattn/go-colorable v0.1.13 // indirect
53-
github.com/mattn/go-isatty v0.0.19 // indirect
54-
github.com/mattn/go-runewidth v0.0.14 // indirect
55-
github.com/microcosm-cc/bluemonday v1.0.24 // indirect
60+
github.com/mattn/go-isatty v0.0.20 // indirect
61+
github.com/mattn/go-runewidth v0.0.15 // indirect
62+
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
5663
github.com/mitchellh/mapstructure v1.5.0 // indirect
5764
github.com/muesli/reflow v0.3.0 // indirect
5865
github.com/olekukonko/tablewriter v0.0.5 // indirect
5966
github.com/onsi/gomega v1.4.3 // indirect
60-
github.com/pmezard/go-difflib v1.0.0 // indirect
61-
github.com/rivo/uniseg v0.4.3 // indirect
67+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
68+
github.com/rivo/uniseg v0.4.4 // indirect
6269
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63-
github.com/spf13/cast v1.5.1 // indirect
70+
github.com/spf13/cast v1.6.0 // indirect
6471
github.com/spf13/jwalterweatherman v1.1.0 // indirect
6572
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
66-
github.com/subosito/gotenv v1.4.2 // indirect
73+
github.com/subosito/gotenv v1.6.0 // indirect
6774
github.com/whilp/git-urls v1.0.0
68-
github.com/yuin/goldmark v1.5.4 // indirect
69-
github.com/yuin/goldmark-emoji v1.0.1 // indirect
70-
golang.org/x/net v0.10.0 // indirect
71-
golang.org/x/oauth2 v0.8.0 // indirect
72-
golang.org/x/sys v0.15.0 // indirect
73-
golang.org/x/term v0.15.0 // indirect
75+
github.com/yuin/goldmark v1.6.0 // indirect
76+
github.com/yuin/goldmark-emoji v1.0.2 // indirect
77+
golang.org/x/net v0.20.0 // indirect
78+
golang.org/x/oauth2 v0.16.0 // indirect
79+
golang.org/x/sys v0.16.0 // indirect
80+
golang.org/x/term v0.16.0 // indirect
7481
golang.org/x/text v0.14.0 // indirect
75-
golang.org/x/time v0.3.0 // indirect
76-
google.golang.org/appengine v1.6.7 // indirect
77-
google.golang.org/protobuf v1.30.0 // indirect
82+
golang.org/x/time v0.5.0 // indirect
83+
google.golang.org/appengine v1.6.8 // indirect
84+
google.golang.org/protobuf v1.32.0 // indirect
7885
gopkg.in/ini.v1 v1.67.0 // indirect
7986
gopkg.in/yaml.v2 v2.4.0 // indirect
8087
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)