Skip to content

Commit

Permalink
Remove Echo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed May 12, 2020
1 parent a15a647 commit d362fba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@
"version": "4.1.0"
}
},
{
"package": "Echo",
"repositoryURL": "https://github.com/azoy/echo.git",
"state": {
"branch": "master",
"revision": "ec82dd418629ffe82a12e1eeabfb2ffc22132b0d",
"version": null
}
},
{
"package": "FFFoundation",
"repositoryURL": "https://github.com/ffried/FFFoundation.git",
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/ffried/FFFoundation.git", from: "7.0.2"),
.package(name: "Echo", url: "https://github.com/azoy/echo.git", .branch("master")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -30,7 +29,6 @@ let package = Package(
.product(name: "NIOConcurrencyHelpers", package: "swift-nio"),
.product(name: "Vapor", package: "vapor"),
.product(name: "FFFoundation", package: "FFFoundation"),
.product(name: "Echo", package: "Echo"),
]),
.testTarget(
name: "RouteDocsTests",
Expand Down

0 comments on commit d362fba

Please sign in to comment.