Skip to content

Commit 009c731

Browse files
committed
vendor golang.org/x/sync/singleflight
1 parent c7a65ca commit 009c731

File tree

10 files changed

+156
-0
lines changed

10 files changed

+156
-0
lines changed

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

Lines changed: 2 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ require (
3838
go.uber.org/zap v1.10.0
3939
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
4040
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
41+
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
4142
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
4243
google.golang.org/grpc v1.23.1
4344
gopkg.in/natefinch/lumberjack.v2 v2.0.0

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

Lines changed: 3 additions & 0 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: 2 additions & 0 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: 1 addition & 0 deletions
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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ filegroup(
372372
"//vendor/golang.org/x/net/websocket:all-srcs",
373373
"//vendor/golang.org/x/oauth2:all-srcs",
374374
"//vendor/golang.org/x/sync/errgroup:all-srcs",
375+
"//vendor/golang.org/x/sync/singleflight:all-srcs",
375376
"//vendor/golang.org/x/sys/cpu:all-srcs",
376377
"//vendor/golang.org/x/sys/unix:all-srcs",
377378
"//vendor/golang.org/x/sys/windows:all-srcs",

vendor/golang.org/x/sync/singleflight/BUILD

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

vendor/golang.org/x/sync/singleflight/singleflight.go

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

vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@ golang.org/x/oauth2/jws
886886
golang.org/x/oauth2/jwt
887887
# golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e => golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
888888
golang.org/x/sync/errgroup
889+
golang.org/x/sync/singleflight
889890
# golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
890891
golang.org/x/sys/cpu
891892
golang.org/x/sys/unix

0 commit comments

Comments
 (0)