Skip to content

Commit

Permalink
Tracking Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 committed Feb 9, 2024
1 parent 98f6546 commit 6f7fea4
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
/*.xcodeproj
xcuserdata/
.swiftpm/
Package.resolved
106 changes: 106 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"object": {
"pins": [
{
"package": "CryptoSwift",
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "19b3c3ceed117c5cc883517c4e658548315ba70b",
"version": "1.6.0"
}
},
{
"package": "secp256k1",
"repositoryURL": "https://github.com/Boilertalk/secp256k1.swift.git",
"state": {
"branch": null,
"revision": "45e458ec3be46cf0a6eb68bc947f797852dc65d8",
"version": "0.1.6"
}
},
{
"package": "swift-bases",
"repositoryURL": "https://github.com/swift-libp2p/swift-bases.git",
"state": {
"branch": null,
"revision": "c84494da575bc776ae64c180af2731471193b812",
"version": "0.0.2"
}
},
{
"package": "swift-cid",
"repositoryURL": "https://github.com/swift-libp2p/swift-cid.git",
"state": {
"branch": null,
"revision": "b6b54fc371815eaad55e5b2169605b25541841f1",
"version": "0.0.3"
}
},
{
"package": "swift-crypto",
"repositoryURL": "https://github.com/apple/swift-crypto.git",
"state": {
"branch": null,
"revision": "ddb07e896a2a8af79512543b1c7eb9797f8898a5",
"version": "1.1.7"
}
},
{
"package": "swift-libp2p-crypto",
"repositoryURL": "https://github.com/swift-libp2p/swift-libp2p-crypto.git",
"state": {
"branch": null,
"revision": "5b98d1f1ed38d95b6ebd838882929ac7385a47f5",
"version": "0.1.2"
}
},
{
"package": "swift-multibase",
"repositoryURL": "https://github.com/swift-libp2p/swift-multibase.git",
"state": {
"branch": null,
"revision": "17044546b401c1c3af2f947f64484b1e5f88a5a3",
"version": "0.0.1"
}
},
{
"package": "swift-multicodec",
"repositoryURL": "https://github.com/swift-libp2p/swift-multicodec.git",
"state": {
"branch": null,
"revision": "741764bba03bd0b8a7399c73aa8a177dd07807be",
"version": "0.0.5"
}
},
{
"package": "swift-multihash",
"repositoryURL": "https://github.com/swift-libp2p/swift-multihash.git",
"state": {
"branch": null,
"revision": "409e86f2e159e7abb7773bfb0bd830a63f36de14",
"version": "0.0.3"
}
},
{
"package": "SwiftProtobuf",
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
"state": {
"branch": null,
"revision": "88c7d15e1242fdb6ecbafbc7926426a19be1e98a",
"version": "1.20.2"
}
},
{
"package": "swift-varint",
"repositoryURL": "https://github.com/swift-libp2p/swift-varint.git",
"state": {
"branch": null,
"revision": "3d1e3c9ca4824d5acaf40ff46e96c0b956599271",
"version": "0.0.1"
}
}
]
},
"version": 1
}

0 comments on commit 6f7fea4

Please sign in to comment.