-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Picks up part of v3.1.0. Draft to show that this passes CI with no testing changes.
- Loading branch information
1 parent
baeba80
commit 9d42eca
Showing
7 changed files
with
214 additions
and
214 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 |
---|---|---|
|
@@ -1114,10 +1114,10 @@ def go_deps(): | |
name = "com_github_cockroachdb_apd_v3", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/cockroachdb/apd/v3", | ||
sha256 = "29727b520b1239e501cbad8d1215ca2d1d5f79c60ca26e6c954153fc81f6ceb4", | ||
strip_prefix = "github.com/cockroachdb/apd/[email protected].1", | ||
sha256 = "e57d27df180be9feca191ba5c4c17fd21442236f93d7f55ef9cf534c9ccde669", | ||
strip_prefix = "github.com/cockroachdb/apd/[email protected].2-0.20220131181548-94925d2cd2e0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/apd/v3/com_github_cockroachdb_apd_v3-v3.0.1.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/apd/v3/com_github_cockroachdb_apd_v3-v3.0.2-0.20220131181548-94925d2cd2e0.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
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule vendor
updated
3 files
+68 −83 | github.com/cockroachdb/apd/v3/context.go | |
+1 −1 | github.com/cockroachdb/apd/v3/decimal.go | |
+1 −1 | modules.txt |