Skip to content

Commit f0d45ee

Browse files
committed
remove github.com/pborman/uuid
1 parent a4ca9e6 commit f0d45ee

File tree

30 files changed

+1
-808
lines changed

30 files changed

+1
-808
lines changed

Godeps/LICENSES

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

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ require (
6767
github.com/google/cadvisor v0.34.0
6868
github.com/google/go-cmp v0.3.0
6969
github.com/google/gofuzz v1.0.0
70+
github.com/google/uuid v1.1.1
7071
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
7172
github.com/gorilla/context v1.1.1 // indirect
7273
github.com/gorilla/mux v1.7.0 // indirect
@@ -96,7 +97,6 @@ require (
9697
github.com/opencontainers/runc v1.0.0-rc9
9798
github.com/opencontainers/runtime-spec v1.0.0 // indirect
9899
github.com/opencontainers/selinux v1.3.1-0.20190929122143-5215b1806f52
99-
github.com/pborman/uuid v1.2.0
100100
github.com/pkg/errors v0.8.0
101101
github.com/pmezard/go-difflib v1.0.0
102102
github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20 // indirect
@@ -367,7 +367,6 @@ replace (
367367
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.0-rc9
368368
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.0
369369
github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.3.1-0.20190929122143-5215b1806f52
370-
github.com/pborman/uuid => github.com/pborman/uuid v1.2.0
371370
github.com/pelletier/go-toml => github.com/pelletier/go-toml v1.2.0
372371
github.com/peterbourgon/diskv => github.com/peterbourgon/diskv v2.0.1+incompatible
373372
github.com/pkg/errors => github.com/pkg/errors v0.8.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ github.com/opencontainers/runtime-spec v1.0.0 h1:O6L965K88AilqnxeYPks/75HLpp4IG+
351351
github.com/opencontainers/runtime-spec v1.0.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
352352
github.com/opencontainers/selinux v1.3.1-0.20190929122143-5215b1806f52 h1:B8hYj3NxHmjsC3T+tnlZ1UhInqUgnyF1zlGPmzNg2Qk=
353353
github.com/opencontainers/selinux v1.3.1-0.20190929122143-5215b1806f52/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOlkDdmw/CqsW6pjs=
354-
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
355-
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
356354
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
357355
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
358356
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/google/gofuzz v1.0.0
1616
github.com/google/uuid v1.1.1
1717
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
18-
github.com/pborman/uuid v1.2.0
1918
github.com/spf13/cobra v0.0.5
2019
github.com/spf13/pflag v1.0.3
2120
github.com/stretchr/testify v1.3.0

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ require (
2525
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2626
github.com/hashicorp/golang-lru v0.5.1
2727
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
28-
github.com/pborman/uuid v1.2.0
2928
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
3029
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
3130
github.com/sirupsen/logrus v1.4.2 // indirect

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

Lines changed: 0 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.sum

Lines changed: 0 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/legacy-cloud-providers/go.sum

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

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

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

vendor/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ filegroup(
262262
"//vendor/github.com/opencontainers/runc/libcontainer:all-srcs",
263263
"//vendor/github.com/opencontainers/runtime-spec/specs-go:all-srcs",
264264
"//vendor/github.com/opencontainers/selinux/go-selinux:all-srcs",
265-
"//vendor/github.com/pborman/uuid:all-srcs",
266265
"//vendor/github.com/pelletier/go-toml:all-srcs",
267266
"//vendor/github.com/peterbourgon/diskv:all-srcs",
268267
"//vendor/github.com/pkg/errors:all-srcs",

0 commit comments

Comments
 (0)