Skip to content

Commit

Permalink
Remove Puppy Logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadamsmorgan committed Apr 5, 2024
1 parent cafe0fc commit 76b342f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@
"version" : "1.0.0"
}
},
{
"identity" : "puppy",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sushichop/Puppy",
"state" : {
"revision" : "b5af02a72a5a1f92a68e6eceee19cac804067ad9",
"version" : "0.7.0"
}
},
{
"identity" : "semaphore",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
// Arg parsing
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
// Puppy logging
.package(url: "https://github.com/sushichop/Puppy", from: "0.7.0"),
// UniSocket
.package(url: "https://github.com/koliyo/swift-unisocket", branch: "master"),
// Concurrency Semaphores
Expand All @@ -38,7 +36,6 @@ let package = Package(
.product(name: "LanguageServer", package: "LanguageServer"),
.product(name: "Logging", package: "swift-log"),
.product(name: "ArgumentParser", package: "swift-argument-parser"),
.product(name: "Puppy", package: "Puppy"),
.product(name: "UniSocket", package: "swift-unisocket"),
.product(name: "Semaphore", package: "Semaphore"),
.product(name: "SwiftTreeSitterLayer", package: "SwiftTreeSitter"),
Expand All @@ -56,7 +53,6 @@ let package = Package(
.product(name: "LanguageServer", package: "LanguageServer"),
.product(name: "Logging", package: "swift-log"),
.product(name: "ArgumentParser", package: "swift-argument-parser"),
.product(name: "Puppy", package: "Puppy"),
.product(name: "UniSocket", package: "swift-unisocket"),
],
path: "Sources/pkl-lsp-server",
Expand Down

0 comments on commit 76b342f

Please sign in to comment.