Skip to content

Commit 4cb1085

Browse files
committed
[go1.15] update golang.org/x/... deps to 1.15 versions
hack/pin-dependency.sh golang.org/x/crypto release-branch.go1.15 hack/pin-dependency.sh golang.org/x/mod release-branch.go1.15 hack/pin-dependency.sh golang.org/x/net release-branch.go1.15 hack/pin-dependency.sh golang.org/x/text v0.3.3 hack/pin-dependency.sh golang.org/x/tools release-branch.go1.15 hack/pin-dependency.sh golang.org/x/xerrors release-branch.go1.15 Did not pin golang.org/x/sys to release-branch.go1.15 because we require a newer level
1 parent 2257f46 commit 4cb1085

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ require (
9898
github.com/vishvananda/netlink v1.1.0
9999
github.com/vmware/govmomi v0.20.3
100100
go.etcd.io/etcd v0.5.0-alpha.5.0.20200716221620-18dfb9cca345
101-
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
102-
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
101+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
102+
golang.org/x/net v0.0.0-20200707034311-ab3426394381
103103
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
104104
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
105105
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
106-
golang.org/x/tools v0.0.0-20200602230032-c00d67ef29d0
106+
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
107107
gonum.org/v1/gonum v0.6.2
108108
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
109109
google.golang.org/api v0.15.1
@@ -419,19 +419,19 @@ replace (
419419
go.uber.org/atomic => go.uber.org/atomic v1.4.0
420420
go.uber.org/multierr => go.uber.org/multierr v1.1.0
421421
go.uber.org/zap => go.uber.org/zap v1.10.0
422-
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
422+
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
423423
golang.org/x/exp => golang.org/x/exp v0.0.0-20191227195350-da58074b4299
424424
golang.org/x/image => golang.org/x/image v0.0.0-20190802002840-cff245a6509b
425425
golang.org/x/lint => golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
426426
golang.org/x/mobile => golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
427-
golang.org/x/mod => golang.org/x/mod v0.1.0
428-
golang.org/x/net => golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
427+
golang.org/x/mod => golang.org/x/mod v0.3.0
428+
golang.org/x/net => golang.org/x/net v0.0.0-20200707034311-ab3426394381
429429
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
430430
golang.org/x/sync => golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
431-
golang.org/x/sys => golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // pinned to release-branch.go1.14-std
431+
golang.org/x/sys => golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
432432
golang.org/x/text => golang.org/x/text v0.3.3
433433
golang.org/x/time => golang.org/x/time v0.0.0-20191024005414-555d28b269f0
434-
golang.org/x/tools => golang.org/x/tools v0.0.0-20200602230032-c00d67ef29d0 // pinned to release-branch.go1.14
434+
golang.org/x/tools => golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
435435
golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
436436
gonum.org/v1/gonum => gonum.org/v1/gonum v0.6.2
437437
gonum.org/v1/netlib => gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e

0 commit comments

Comments
 (0)