mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Update to the lastest package:oauth2
Switch to syncing by revision to allow for syncing to google3 before publishing. Change-Id: I9db7b02b5602d185ae1b3dda47a95ea906ac261e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/186422 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Gary Roumanis <grouma@google.com>
This commit is contained in:
parent
f87723a638
commit
2e3d1c2bcd
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
"constraint, update this by running tools/generate_package_config.dart."
|
||||
],
|
||||
"configVersion": 2,
|
||||
"generated": "2021-02-22T14:34:08.519603",
|
||||
"generated": "2021-02-22T20:16:11.942470",
|
||||
"generator": "tools/generate_package_config.dart",
|
||||
"packages": [
|
||||
{
|
||||
|
|
4
DEPS
4
DEPS
|
@ -126,7 +126,7 @@ vars = {
|
|||
"mime_rev": "c931f4bed87221beaece356494b43731445ce7b8",
|
||||
"mockito_rev": "d39ac507483b9891165e422ec98d9fb480037c8b",
|
||||
"mustache_rev": "664737ecad027e6b96d0d1e627257efa0e46fcb1",
|
||||
"oauth2_tag": "1.6.0",
|
||||
"oauth2_rev": "95b6c8d96dc37a1723480961665d3477a46dd303",
|
||||
"package_config_rev": "249af482de9ebabfc781bf10d6152c938e5ce45e",
|
||||
"path_rev": "407ab76187fade41c31e39c745b39661b710106c",
|
||||
"pedantic_rev": "df177f6ae531426aaf7bbf0121c90dc89d9c57bf",
|
||||
|
@ -381,7 +381,7 @@ deps = {
|
|||
+ "external/github.com/xxgreg/mustache"
|
||||
+ "@" + Var("mustache_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/oauth2":
|
||||
Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_tag"),
|
||||
Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_rev"),
|
||||
Var("dart_root") + "/third_party/pkg_tested/package_config":
|
||||
Var("dart_git") + "package_config.git" +
|
||||
"@" + Var("package_config_rev"),
|
||||
|
|
Loading…
Reference in a new issue