@@ -18,9 +18,6 @@ |
||
| 18 | 18 | use Humbug\SelfUpdate\Exception\HttpRequestException; |
| 19 | 19 | use Humbug\SelfUpdate\Exception\NoSignatureException; |
| 20 | 20 | use Humbug\SelfUpdate\Strategy\StrategyInterface; |
| 21 | -use Humbug\SelfUpdate\Strategy\ShaStrategy; |
|
| 22 | -use Humbug\SelfUpdate\Strategy\Sha256Strategy; |
|
| 23 | -use Humbug\SelfUpdate\Strategy\GithubStrategy; |
|
| 24 | 21 | |
| 25 | 22 | class Updater |
| 26 | 23 | { |