Skip to content

Commit c1c97b6

Browse files
committed
Drop SwiftPM dependency
1 parent 51d83cf commit c1c97b6

File tree

2 files changed

+5
-71
lines changed

2 files changed

+5
-71
lines changed

Package.resolved

Lines changed: 5 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ let package = Package(
3535
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"),
3636
.package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"),
3737
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
38-
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/6.1"),
3938
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4039
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.8.0"),
4140
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
@@ -71,8 +70,6 @@ let package = Package(
7170
.product(name: "Parsing", package: "swift-parsing"),
7271
.product(name: "Redis", package: "redis"),
7372
.product(name: "ShellOut", package: "ShellOut"),
74-
.product(name: "SwiftPMDataModel-auto", package: "swift-package-manager"),
75-
.product(name: "SwiftPMPackageCollections", package: "swift-package-manager"),
7673
.product(name: "Vapor", package: "vapor"),
7774
.product(name: "SotoCognitoAuthentication", package: "soto-cognito-authentication"),
7875
.product(name: "JWTKit", package: "jwt-kit")

0 commit comments

Comments
 (0)