Skip to content

Commit 622092a

Browse files
committed
go1.14: update golang.org/x/sys and golang.org/x/tools to go1.14 levels
1 parent 660c290 commit 622092a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module k8s.io/kubernetes
88

9-
go 1.13
9+
go 1.14
1010

1111
require (
1212
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
@@ -105,7 +105,7 @@ require (
105105
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
106106
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
107107
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
108-
golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4
108+
golang.org/x/tools v0.0.0-20200602230032-c00d67ef29d0
109109
gonum.org/v1/gonum v0.6.2
110110
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
111111
google.golang.org/api v0.15.1
@@ -429,10 +429,10 @@ replace (
429429
golang.org/x/net => golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
430430
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
431431
golang.org/x/sync => golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
432-
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
432+
golang.org/x/sys => golang.org/x/sys v0.0.0-20200201011859-915c9c3d4ccf // pinned to release-branch.go1.14-std
433433
golang.org/x/text => golang.org/x/text v0.3.3
434434
golang.org/x/time => golang.org/x/time v0.0.0-20191024005414-555d28b269f0
435-
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
435+
golang.org/x/tools => golang.org/x/tools v0.0.0-20200602230032-c00d67ef29d0 // pinned to release-branch.go1.14
436436
golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
437437
gonum.org/v1/gonum => gonum.org/v1/gonum v0.6.2
438438
gonum.org/v1/netlib => gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e

0 commit comments

Comments
 (0)