Skip to content

Commit 2fd1e25

Browse files
authored
Merge pull request kubernetes#77809 from liggitt/beorn7-perks
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
2 parents e5fec65 + 867fa61 commit 2fd1e25

File tree

22 files changed

+48
-37
lines changed

22 files changed

+48
-37
lines changed

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ replace (
218218
github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.16.26
219219
github.com/bazelbuild/bazel-gazelle => github.com/bazelbuild/bazel-gazelle v0.0.0-20181012220611-c728ce9f663e
220220
github.com/bazelbuild/buildtools => github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e
221-
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
221+
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
222222
github.com/blang/semver => github.com/blang/semver v3.5.0+incompatible
223223
github.com/boltdb/bolt => github.com/boltdb/bolt v1.3.1
224224
github.com/cespare/prettybench => github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
@@ -355,7 +355,6 @@ replace (
355355
github.com/pborman/uuid => github.com/pborman/uuid v1.2.0
356356
github.com/pelletier/go-toml => github.com/pelletier/go-toml v1.2.0
357357
github.com/peterbourgon/diskv => github.com/peterbourgon/diskv v2.0.1+incompatible
358-
github.com/philhofer/fwd => github.com/philhofer/fwd v1.0.0
359358
github.com/pkg/errors => github.com/pkg/errors v0.8.0
360359
github.com/pkg/sftp => github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6
361360
github.com/pmezard/go-difflib => github.com/pmezard/go-difflib v1.0.0
@@ -366,7 +365,6 @@ replace (
366365
github.com/prometheus/common => github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
367366
github.com/prometheus/procfs => github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
368367
github.com/quobyte/api => github.com/quobyte/api v0.1.2
369-
github.com/rancher/go-rancher => github.com/rancher/go-rancher v0.0.0-20160922212217-09693a8743ba
370368
github.com/remyoudompheng/bigfft => github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
371369
github.com/robfig/cron => github.com/robfig/cron v0.0.0-20170309132418-df38d32658d8
372370
github.com/rubiojr/go-vhd => github.com/rubiojr/go-vhd v0.0.0-20160810183302-0bfd3b39853c
@@ -389,9 +387,7 @@ replace (
389387
github.com/stretchr/objx => github.com/stretchr/objx v0.1.1
390388
github.com/stretchr/testify => github.com/stretchr/testify v1.2.2
391389
github.com/syndtr/gocapability => github.com/syndtr/gocapability v0.0.0-20160928074757-e7cb7fa329f4
392-
github.com/tinylib/msgp => github.com/tinylib/msgp v1.1.0
393390
github.com/tmc/grpc-websocket-proxy => github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8
394-
github.com/ugorji/go => github.com/ugorji/go v0.0.0-20171019201919-bdcc60b419d1
395391
github.com/urfave/negroni => github.com/urfave/negroni v1.0.0
396392
github.com/vishvananda/netlink => github.com/vishvananda/netlink v0.0.0-20171020171820-b2de5d10e38e
397393
github.com/vishvananda/netns => github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/bazelbuild/bazel-gazelle v0.0.0-20181012220611-c728ce9f663e h1:k7E/Rd
4141
github.com/bazelbuild/bazel-gazelle v0.0.0-20181012220611-c728ce9f663e/go.mod h1:uHBSeeATKpVazAACZBDPL/Nk/UhQDDsJWDlqYJo8/Us=
4242
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e h1:VuTBHPJNCQ88Okm9ld5SyLCvU50soWJYQYjQFdcDxew=
4343
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e/go.mod h1:5JP0TXzWDHXv8qvxRC4InIazwdyDseBDbzESUMKk1yU=
44-
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a h1:BtpsbiV638WQZwhA98cEZw2BsbnQJrbd0BI7tsy0W1c=
45-
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
44+
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0=
45+
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
4646
github.com/blang/semver v3.5.0+incompatible h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=
4747
github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
4848
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ require (
3838
)
3939

4040
replace (
41-
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
4241
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
4342
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
4443
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9

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/apiserver/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ require (
7070
)
7171

7272
replace (
73-
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
7473
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
7574
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
7675
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9

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.

staging/src/k8s.io/component-base/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
)
1818

1919
replace (
20-
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
2120
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
2221
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
2322
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9

staging/src/k8s.io/component-base/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/kube-aggregator/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ require (
2727
)
2828

2929
replace (
30-
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
3130
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
3231
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
3332
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9

staging/src/k8s.io/kube-aggregator/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)