Skip to content

Commit

Permalink
add some missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuliren committed Feb 4, 2018
1 parent 7c432c5 commit 57e77d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.6
AWSCore 0.3
SymDict 0.1.2
AWSCore
SymDict
Retry
MbedTLS
HTTP 0.5.4
HTTP
6 changes: 3 additions & 3 deletions src/AWSSQS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export sqs_list_queues, sqs_get_queue, sqs_create_queue, sqs_delete_queue,


using AWSCore
using SymDict
using AWSSDK.SQS
using Retry
using MbedTLS
using SymDict
using HTTP

using MbedTLS

const AWSQueue = AWSConfig

Expand Down

0 comments on commit 57e77d5

Please sign in to comment.