File tree Expand file tree Collapse file tree 2 files changed +21
-764
lines changed
Expand file tree Collapse file tree 2 files changed +21
-764
lines changed Original file line number Diff line number Diff line change 11module github.com/intel/oneapi-cli
22
3- go 1.17
3+ go 1.19
44
55require (
66 github.com/gdamore/tcell v1.4.0
77 github.com/mattn/go-ieproxy v0.0.1
8- github.com/spf13/cobra v1.3 .0
8+ github.com/spf13/cobra v1.6 .0
99 gitlab.com/tslocum/cview v1.4.4
10- golang.org/x/sys v0.0.0-20220209214540-3681064d5158
10+ golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43
1111)
1212
1313require (
1414 github.com/gdamore/encoding v1.0.0 // indirect
15- github.com/inconshreveable/mousetrap v1.0.0 // indirect
15+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
1616 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
1717 github.com/mattn/go-runewidth v0.0.8 // indirect
18- github.com/rivo/uniseg v0.2.0 // indirect
18+ github.com/rivo/uniseg v0.4.2 // indirect
1919 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
20+ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
21+ golang.org/x/text v0.3.8 // indirect
2222)
You can’t perform that action at this time.
0 commit comments