File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
use " collections"
2
- use " crypto"
2
+ use " ssl/ crypto"
3
3
use " files"
4
4
use " http"
5
5
use " json"
Original file line number Diff line number Diff line change 1
1
{
2
2
"deps" : [
3
3
{
4
- "locator" : " github.com/ponylang/crypto .git" ,
5
- "version" : " 100 .0.0"
4
+ "locator" : " github.com/ponylang/ssl .git" ,
5
+ "version" : " 1 .0.0"
6
6
},
7
7
{
8
8
"locator" : " github.com/ponylang/appdirs.git" ,
9
9
"version" : " 0.1.5"
10
10
},
11
11
{
12
12
"locator" : " github.com/ponylang/http.git" ,
13
- "version" : " 0.6.3 "
13
+ "version" : " 0.6.4 "
14
14
},
15
15
{
16
16
"locator" : " github.com/ponylang/json.git" ,
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ switch ($Command.ToLower())
146
146
" fetch"
147
147
{
148
148
Write-Host " corral fetch"
149
- $output = (corral fetch -- verbose )
149
+ $output = (corral fetch)
150
150
$output | ForEach-Object { Write-Host $_ }
151
151
if ($LastExitCode -ne 0 ) { throw " Error" }
152
152
break
@@ -175,7 +175,7 @@ switch ($Command.ToLower())
175
175
{
176
176
$testFile = (BuildTest)[-1 ]
177
177
Write-Host " $testFile --sequential"
178
- & " $testFile " -- sequential -- verbose
178
+ & " $testFile " -- sequential
179
179
if ($LastExitCode -ne 0 ) { throw " Error" }
180
180
break
181
181
}
You can’t perform that action at this time.
0 commit comments