@@ -445,17 +445,17 @@ aspect_bazel_lib_dependencies()
445445# name = "swift_pkgs_darwin",
446446# dependencies = [
447447# 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",
449449# from_version = "1.1.1",
450450# products = ["ArgumentParser"],
451451# ),
452452# 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",
454454# from_version = "1.4.4",
455455# products = ["Logging"],
456456# ),
457457# 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",
459459# from_version = "0.13.3",
460460# products = ["SQLite"],
461461# ),
@@ -466,20 +466,20 @@ aspect_bazel_lib_dependencies()
466466# name = "swift_pkgs_linux",
467467# dependencies = [
468468# 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",
470470# from_version = "1.1.1",
471471# products = ["ArgumentParser"],
472472# ),
473473# 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",
475475# from_version = "1.4.4",
476476# products = ["Logging"],
477477# ),
478478# # On Linux, this package relies on SQLite3 and it search for its system library /usr/include/sqlite3.h
479479# # which is outdated on CentOS, therefore causing linking failure.
480480# # So I fork this project and make my own patch to make it totally compiled from SQLite3 C source code
481481# 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",
483483# products = ["SQLite"],
484484# # Commit for 0.13.3-patch
485485# revision = "821d4cff02dfd9c0ac426bb3e4d67e40fef6c882",
@@ -488,7 +488,7 @@ aspect_bazel_lib_dependencies()
488488# name = "SwiftSyntax",
489489# exact_version = "0.50500.0",
490490# 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",
492492# ),
493493# ],
494494# )
0 commit comments