Skip to content

Commit c552ccf

Browse files
committed
go.mod: golang.org/x/sync v0.1.0
To keep the vendor-validation happy: + verify-vendor go: downloading github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 go: downloading golang.org/x/sync v0.1.0 golang.org/x/sync has different values in the go.mod files require section: v0.0.0-20210220032951-036812b2e83c in root go.mod v0.1.0 in integration/client/go.mod Found 1 error(s). full diff: golang/sync@036812b...v0.1.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b61f42a commit c552ccf

6 files changed

Lines changed: 74 additions & 13 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
go.opentelemetry.io/otel/sdk v1.3.0
6464
go.opentelemetry.io/otel/trace v1.3.0
6565
golang.org/x/net v0.8.0
66-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
66+
golang.org/x/sync v0.1.0
6767
golang.org/x/sys v0.6.0
6868
google.golang.org/grpc v1.50.1
6969
google.golang.org/protobuf v1.28.1

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,9 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ
11031103
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
11041104
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
11051105
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1106-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
11071106
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1107+
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
1108+
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
11081109
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
11091110
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
11101111
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

vendor/golang.org/x/sync/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/sync/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 70 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ golang.org/x/net/websocket
487487
## explicit; go 1.11
488488
golang.org/x/oauth2
489489
golang.org/x/oauth2/internal
490-
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
490+
# golang.org/x/sync v0.1.0
491491
## explicit
492492
golang.org/x/sync/errgroup
493493
golang.org/x/sync/semaphore

0 commit comments

Comments
 (0)