vendor: golang.org/x/sync 036812b2e83c0ddf193dd5a34e034151da389d09

full diff: https://github.com/golang/sync/compare/cd5d95a43a6e21273425c7ae415d3df9ea832eeb...036812b2e83c0ddf193dd5a34e034151da389d09

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-06-21 14:29:32 +02:00
parent dea9976143
commit af1687406b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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.