Skip to content

Commit 921f3ea

Browse files
committed
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 (release-branch.go1.12)
1 parent 55d52fd commit 921f3ea

File tree

304 files changed

+86150
-14135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+86150
-14135
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ require (
168168
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1
169169
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
170170
golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181
171-
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
171+
golang.org/x/sys v0.0.0-20190209173611-3b5209105503
172172
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d
173173
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
174174
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
@@ -438,7 +438,7 @@ replace (
438438
golang.org/x/net => golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
439439
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181
440440
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
441-
golang.org/x/sys => golang.org/x/sys v0.0.0-20171031081856-95c657629925
441+
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
442442
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
443443
golang.org/x/time => golang.org/x/time v0.0.0-20161028155119-f51c12702a4d
444444
golang.org/x/tools => golang.org/x/tools v0.0.0-20190205050122-7f7074d5bcfd

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181 h1:/4OaQ4bC66Oq9JDhUnxTjB
446446
golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
447447
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f h1:Bl/8QSvNqXvPGPGXa2z5xUTmV7VDcZyvRZ+QQXkXTZQ=
448448
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
449-
golang.org/x/sys v0.0.0-20171031081856-95c657629925 h1:nCH33NboKIsT4HoXBsXTWX8ul303HxWgkc5s2Ezwacg=
450-
golang.org/x/sys v0.0.0-20171031081856-95c657629925/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
449+
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 h1:5SvYFrOM3W8Mexn9/oA44Ji7vhXAZQ9hiP+1Q/DMrWg=
450+
golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
451451
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db h1:6/JqlYfC1CCaLnGceQTI+sDGhC9UBSPAsBqI0Gun6kU=
452452
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
453453
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d h1:TnM+PKb3ylGmZvyPXmo9m/wktg7Jn/a/fNmr33HSj8g=

staging/src/k8s.io/api/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/go.sum

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apimachinery/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)