-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/sync/singleflight: Update version of singleflight (#1679)
Updates the version golang.org/x/sync/singleflight vendored internally by the SDK to latest version.
- Loading branch information
Showing
5 changed files
with
325 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "6523434c-f128-4529-b69f-0bc324ed7ab6", | ||
"type": "dependency", | ||
"description": "Update SDK's internal copy of golang.org/x/sync/singleflight to address issue with test failing due to timeing issues", | ||
"modules": [ | ||
"." | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Package singleflight provides a duplicate function call suppression | ||
// mechanism. This package is a fork of the Go golang.org/x/sync/singleflight | ||
// package. The package is forked, because the package a part of the unstable | ||
// and unversioned golang.org/x/sync module. | ||
// | ||
// https://github.com/golang/sync/tree/67f06af15bc961c363a7260195bcd53487529a21/singleflight | ||
package singleflight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.