Skip to content

Commit dd43b1c

Browse files
authored
Merge pull request #482 from lima-vm/dependabot/go_modules/github.com/spf13/cobra-1.3.0
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
2 parents ad63648 + 6d3fc0b commit dd43b1c

File tree

2 files changed

+173
-41
lines changed

2 files changed

+173
-41
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ require (
2424
github.com/nxadm/tail v1.4.8
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/sirupsen/logrus v1.8.1
27-
github.com/spf13/cobra v1.2.1
27+
github.com/spf13/cobra v1.3.0
2828
github.com/xorcare/pointer v1.1.0
2929
github.com/yalue/native_endian v1.0.2
30-
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7
30+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
3131
gopkg.in/yaml.v2 v2.4.0
3232
gotest.tools/v3 v3.0.3
3333
)
3434

3535
require (
3636
github.com/VividCortex/ewma v1.1.1 // indirect
3737
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
38-
github.com/fatih/color v1.10.0 // indirect
39-
github.com/fsnotify/fsnotify v1.4.9 // indirect
38+
github.com/fatih/color v1.13.0 // indirect
39+
github.com/fsnotify/fsnotify v1.5.1 // indirect
4040
github.com/golang/protobuf v1.5.2 // indirect
4141
github.com/hashicorp/errwrap v1.0.0 // indirect
4242
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4343
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4444
github.com/kr/fs v0.1.0 // indirect
45-
github.com/mattn/go-colorable v0.1.8 // indirect
45+
github.com/mattn/go-colorable v0.1.12 // indirect
4646
github.com/mattn/go-runewidth v0.0.12 // indirect
4747
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
4848
github.com/pkg/errors v0.9.1 // indirect
@@ -53,10 +53,10 @@ require (
5353
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
5454
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
5555
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
56-
golang.org/x/text v0.3.6 // indirect
56+
golang.org/x/text v0.3.7 // indirect
5757
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
58-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
59-
google.golang.org/grpc v1.39.0-dev.0.20210518002758-2713b77e8526 // indirect
58+
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
59+
google.golang.org/grpc v1.42.0 // indirect
6060
google.golang.org/protobuf v1.27.1 // indirect
6161
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
6262
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)