Skip to content

Commit 157e704

Browse files
author
Thomas Ingleby
committed
go.mod: bump versions and golang version
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
1 parent 9e16821 commit 157e704

File tree

2 files changed

+21
-764
lines changed

2 files changed

+21
-764
lines changed

go.mod

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

3-
go 1.17
3+
go 1.19
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.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

1313
require (
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
)

0 commit comments

Comments
 (0)