Skip to content

Commit 9e16821

Browse files
author
Thomas Ingleby
committed
go.mod: bump deps
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
1 parent 8e22251 commit 9e16821

File tree

2 files changed

+251
-46
lines changed

2 files changed

+251
-46
lines changed

go.mod

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
module github.com/intel/oneapi-cli
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/gdamore/tcell v1.4.0
77
github.com/mattn/go-ieproxy v0.0.1
8-
github.com/spf13/cobra v1.2.1
8+
github.com/spf13/cobra v1.3.0
99
gitlab.com/tslocum/cview v1.4.4
10-
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
10+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
11+
)
1112

13+
require (
14+
github.com/gdamore/encoding v1.0.0 // indirect
15+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
16+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
17+
github.com/mattn/go-runewidth v0.0.8 // indirect
18+
github.com/rivo/uniseg v0.2.0 // indirect
19+
github.com/spf13/pflag v1.0.5 // indirect
20+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
21+
golang.org/x/text v0.3.7 // indirect
1222
)

0 commit comments

Comments
 (0)