Skip to content

Commit e727514

Browse files
authored
Use gitless forks
1 parent 2808c4f commit e727514

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ let package = Package(
1010
.library(name: "PostgresNIO", targets: ["PostgresNIO"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"),
14-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
15-
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0"),
16-
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
17-
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
13+
.package(url: "https://github.com/apple/swift-crypto", from: "1.0.0"),
14+
.package(url: "https://github.com/apple/swift-nio", from: "2.0.0"),
15+
.package(url: "https://github.com/0xTim/swift-nio-ssl", from: "2.0.0"),
16+
.package(url: "https://github.com/apple/swift-metrics", from: "2.0.0"),
17+
.package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
1818
],
1919
targets: [
2020
.target(name: "PostgresNIO", dependencies: [

0 commit comments

Comments
 (0)