File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ let package = Package(
88 . macOS( . v13) ,
99 ] ,
1010 dependencies: [
11- . package ( url: " https://github.com/mattt/ollama-swift.git " , from: " 1.2.0 " ) ,
12- . package ( url: " https://github.com/vapor/postgres-nio.git " , from: " 1.24.0 " ) ,
11+ . package ( url: " https://github.com/mattt/ollama-swift " , from: " 1.2.0 " ) ,
12+ . package ( url: " https://github.com/vapor/postgres-nio " , from: " 1.24.0 " ) ,
1313 ] ,
1414 targets: [
1515 . executableTarget(
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let package = Package(
2020 ] ,
2121 dependencies: [
2222 . package ( url: " https://github.com/codewinsdotcom/PostgresClientKit " , from: " 1.0.0 " ) ,
23- . package ( url: " https://github.com/vapor/postgres-nio.git " , from: " 1.0.0 " ) ,
23+ . package ( url: " https://github.com/vapor/postgres-nio " , from: " 1.0.0 " ) ,
2424 ] ,
2525 targets: [
2626 . target(
You can’t perform that action at this time.
0 commit comments