Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Jun 1, 2021
1 parent 9182a92 commit a3b9d5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ let package = Package(
.library(name: "ExampleTransports", targets: ["ExampleTransports"])
],
dependencies: [
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.11"),
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.12"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.0"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.2"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.4"),
.package(url: "https://github.com/OperatorFoundation/Elligator.git", from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/HKDF.git", from: "3.0.2"),
.package(url: "https://github.com/OperatorFoundation/ProteanSwift.git", from: "1.2.0"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.5"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.6"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(name: "Sodium", url: "https://github.com/OperatorFoundation/swift-sodium", from: "1.0.2"),
.package(name: "Sodium", url: "https://github.com/OperatorFoundation/swift-sodium.git", from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools.git", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.0.3"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.1.0"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.2"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.5")
],
Expand Down Expand Up @@ -140,14 +140,14 @@ let package = Package(
.library(name: "ExampleTransports", targets: ["ExampleTransports"])
],
dependencies: [
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.11"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.2"),
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.12"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.4"),
.package(url: "https://github.com/OperatorFoundation/NetworkLinux.git", from: "0.2.4"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.3"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.1.2"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools.git", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.0.3"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.1.0"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux.git", from: "0.2.2"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.3"),
],
Expand Down

0 comments on commit a3b9d5a

Please sign in to comment.