Skip to content

Commit cdb35b3

Browse files
committed
Remove TQDM Dependency
1 parent b557890 commit cdb35b3

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

Package.resolved

Lines changed: 0 additions & 9 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ let package = Package(
1313
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.4"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "6.0.0"),
1515
.package(url: "https://github.com/jkmassel/prlctl.git", from: "1.17.0"),
16-
.package(url: "https://github.com/ebraraktas/swift-tqdm.git", from: "0.1.2"),
1716
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1817
.package(url: "https://github.com/jkmassel/kcpassword-swift.git", from: "1.0.0"),
1918
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "3.0.0"),
@@ -29,7 +28,6 @@ let package = Package(
2928
dependencies: [
3029
.product(name: "ArgumentParser", package: "swift-argument-parser"),
3130
.product(name: "prlctl", package: "prlctl"),
32-
.product(name: "Tqdm", package: "swift-tqdm"),
3331
.product(name: "Logging", package: "swift-log"),
3432
.product(name: "kcpassword", package: "kcpassword-swift"),
3533
.target(name: "libhostmgr"),

Sources/hostmgr/commands/vm/image/remote/VMRemoteImageDownload.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Foundation
22
import ArgumentParser
3-
import Tqdm
43
import libhostmgr
54

65
struct VMRemoteImageDownload: AsyncParsableCommand {

0 commit comments

Comments
 (0)