forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133861: kvcoord: use crtime.Mono r=RaduBerinde a=RaduBerinde #### go.mod: bump crlib to b010812ae6c8 Epic: none Release note: None #### kvcoord: use crtime.Mono Replace uses of `time.Now` with `crtime.NowMono`. This also makes the code much cleaner - we no longer need to manually convert to `UnixNano()` and can use `crtime.AtomicMono`. Informs: cockroachdb#133315 Release note: None Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
8 changed files
with
71 additions
and
72 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 |
---|---|---|
|
@@ -1725,10 +1725,10 @@ def go_deps(): | |
name = "com_github_cockroachdb_crlib", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/cockroachdb/crlib", | ||
sha256 = "1b5ea611b164e06a4a6c1f8f717bf7423d0636b804dcf89feaa3cd7c5e0b192e", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241029192319-1184f0e87dbc", | ||
sha256 = "5ab3c0365c2823d061262e8dfb951d658aba57bf8fd32f893d1345a5520ddaeb", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241030165019-b010812ae6c8", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/crlib/com_github_cockroachdb_crlib-v0.0.0-20241029192319-1184f0e87dbc.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/crlib/com_github_cockroachdb_crlib-v0.0.0-20241030165019-b010812ae6c8.zip", | ||
], | ||
) | ||
go_repository( | ||
|
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
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
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
Oops, something went wrong.