@@ -445,17 +445,17 @@ aspect_bazel_lib_dependencies()
445
445
# name = "swift_pkgs_darwin",
446
446
# dependencies = [
447
447
# spm_pkg(
448
- # "https://oauth:a12681eba8d14255a49a74cd1c2d5f8d @code.alipay.com/codeinsight_thirdparty/swift-argument-parser.git",
448
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/swift-argument-parser.git",
449
449
# from_version = "1.1.1",
450
450
# products = ["ArgumentParser"],
451
451
# ),
452
452
# spm_pkg(
453
- # "https://oauth:d7ece9eda5bb4b438b3f5797321a5d2c @code.alipay.com/codeinsight_thirdparty/swift-log.git",
453
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/swift-log.git",
454
454
# from_version = "1.4.4",
455
455
# products = ["Logging"],
456
456
# ),
457
457
# spm_pkg(
458
- # "https://oauth:07e4fc6a7ce14b41a4f71561208ca118 @code.alipay.com/codeinsight_thirdparty/SQLite.swift.git",
458
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/SQLite.swift.git",
459
459
# from_version = "0.13.3",
460
460
# products = ["SQLite"],
461
461
# ),
@@ -466,20 +466,20 @@ aspect_bazel_lib_dependencies()
466
466
# name = "swift_pkgs_linux",
467
467
# dependencies = [
468
468
# spm_pkg(
469
- # "https://oauth:a12681eba8d14255a49a74cd1c2d5f8d @code.alipay.com/codeinsight_thirdparty/swift-argument-parser.git",
469
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/swift-argument-parser.git",
470
470
# from_version = "1.1.1",
471
471
# products = ["ArgumentParser"],
472
472
# ),
473
473
# spm_pkg(
474
- # "https://oauth:d7ece9eda5bb4b438b3f5797321a5d2c @code.alipay.com/codeinsight_thirdparty/swift-log.git",
474
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/swift-log.git",
475
475
# from_version = "1.4.4",
476
476
# products = ["Logging"],
477
477
# ),
478
478
# # On Linux, this package relies on SQLite3 and it search for its system library /usr/include/sqlite3.h
479
479
# # which is outdated on CentOS, therefore causing linking failure.
480
480
# # So I fork this project and make my own patch to make it totally compiled from SQLite3 C source code
481
481
# spm_pkg(
482
- # "https://oauth:07e4fc6a7ce14b41a4f71561208ca118 @code.alipay.com/codeinsight_thirdparty/SQLite.swift.git",
482
+ # "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/SQLite.swift.git",
483
483
# products = ["SQLite"],
484
484
# # Commit for 0.13.3-patch
485
485
# revision = "821d4cff02dfd9c0ac426bb3e4d67e40fef6c882",
@@ -488,7 +488,7 @@ aspect_bazel_lib_dependencies()
488
488
# name = "SwiftSyntax",
489
489
# exact_version = "0.50500.0",
490
490
# products = ["SwiftSyntax"],
491
- # url = "https://oauth:e23f9a1ec4c94580a41d7fd761e7f172 @code.alipay.com/codeinsight_thirdparty/swift-syntax.git",
491
+ # url = "https://oauth:xxx @code.alipay.com/codeinsight_thirdparty/swift-syntax.git",
492
492
# ),
493
493
# ],
494
494
# )
0 commit comments