Skip to content

Commit

Permalink
Move back to upstream deps by Envoy
Browse files Browse the repository at this point in the history
SPM issue has been resolved, see envoy/Embassy#86
  • Loading branch information
tlk committed Dec 20, 2019
1 parent fe58431 commit 08c7f8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"pins": [
{
"package": "Ambassador",
"repositoryURL": "https://github.com/tlk/Ambassador",
"repositoryURL": "https://github.com/Envoy/Ambassador",
"state": {
"branch": null,
"revision": "6bbfaaedbbc07b007941a81f76ce63141c22038e",
"version": "4.0.6"
"revision": "447cf56f692999153bd261b1775ea4a58f7f7be9",
"version": "4.0.5"
}
},
{
"package": "Embassy",
"repositoryURL": "https://github.com/tlk/Embassy.git",
"repositoryURL": "https://github.com/envoy/Embassy.git",
"state": {
"branch": null,
"revision": "a163f1ef5609a960a90d73e4c3438f8a15a61eab",
"revision": "189436100c00efbf5fb2653fe7972a9371db0a91",
"version": "4.1.1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/SwiftyJSON", from: "17.0.5"),
.package(url: "https://github.com/andybest/linenoise-swift", from: "0.0.3"),
.package(url: "https://github.com/tlk/Ambassador", from: "4.0.6"),
.package(url: "https://github.com/Envoy/Ambassador", from: "4.0.5"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 08c7f8e

Please sign in to comment.