Skip to content

Commit 2feeed8

Browse files
version 0.4.0
1 parent 4393a93 commit 2feeed8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/PlatformAware.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using JSON
1111
using Scratch
1212
using Downloads
1313
using InteractiveUtils
14+
using HTTP
1415

1516
include("utils.jl")
1617

src/features/qualifiers/ec2/ec2.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Licensed under the MIT License. See LICENCE in the project root.
33
# ------------------------------------------------------------------
44

5-
using HTTP
6-
using JSON
7-
85

96
# maintainer types
107
abstract type AmazonEC2 <: CloudProvider end; export AmazonEC2

0 commit comments

Comments
 (0)