From af1687406b8752a397c1ea254817e12873406ad8 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 21 Jun 2021 12:09:51 +0200 Subject: [PATCH] vendor: golang.org/x/sync 036812b2e83c0ddf193dd5a34e034151da389d09 full diff: https://github.com/golang/sync/compare/cd5d95a43a6e21273425c7ae415d3df9ea832eeb...036812b2e83c0ddf193dd5a34e034151da389d09 Signed-off-by: Sebastiaan van Stijn --- vendor.conf | 2 +- vendor/golang.org/x/sync/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vendor.conf b/vendor.conf index 604ba7a581..58ef2729a3 100755 --- a/vendor.conf +++ b/vendor.conf @@ -78,7 +78,7 @@ go.opencensus.io d835ff86be02193d324330acdb7d golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea golang.org/x/oauth2 bf48bf16ab8d622ce64ec6ce98d2c98f916b6303 -golang.org/x/sync cd5d95a43a6e21273425c7ae415d3df9ea832eeb +golang.org/x/sync 036812b2e83c0ddf193dd5a34e034151da389d09 golang.org/x/sys 134d130e1a049f4194ae9920ac9f96455cde360d golang.org/x/term f5c789dd3221ff39d752ac54467d762de7cfbec6 golang.org/x/text 23ae387dee1f90d29a23c0e87ee0b46038fbed0e # v0.3.3 diff --git a/vendor/golang.org/x/sync/README.md b/vendor/golang.org/x/sync/README.md index 1f8436cc9c..7c1c8f6c82 100644 --- a/vendor/golang.org/x/sync/README.md +++ b/vendor/golang.org/x/sync/README.md @@ -1,5 +1,7 @@ # Go Sync +[![Go Reference](https://pkg.go.dev/badge/golang.org/x/sync.svg)](https://pkg.go.dev/golang.org/x/sync) + This repository provides Go concurrency primitives in addition to the ones provided by the language and "sync" and "sync/atomic" packages.