From 5cac4aa586b6dae2a6eb17d7714b9530f5d8b780 Mon Sep 17 00:00:00 2001 From: dnrops Date: Tue, 27 Aug 2024 20:49:25 +0800 Subject: [PATCH] Update Package.swift --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 67ed979..3432684 100644 --- a/Package.swift +++ b/Package.swift @@ -24,14 +24,14 @@ let package = Package( .executable(name: "carton-plugin-helper", targets: ["carton-plugin-helper"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), + .package(url: "https://gitlink.org.cn/dnrops/swift-log.git", from: "1.5.4"), .package( - url: "https://github.com/apple/swift-argument-parser.git", + url: "https://gitlink.org.cn/dnrops/swift-argument-parser.git", .upToNextMinor(from: "1.3.0") ), - .package(url: "https://github.com/apple/swift-nio.git", from: "2.34.0"), + .package(url: "https://gitlink.org.cn/dnrops/swift-nio.git", from: "2.34.0"), .package( - url: "https://github.com/swiftwasm/WasmTransformer", + url: "https://gitlink.org.cn/dnrops/WasmTransformer", .upToNextMinor(from: "0.5.0") ), ],