Skip to content

Commit

Permalink
Merge pull request #10 from preact/bugfix/aws-dependencies
Browse files Browse the repository at this point in the history
the aws libraries have moved
  • Loading branch information
buger committed May 27, 2016
2 parents 71299a1 + 5a4e0e9 commit 7f526b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"launchpad.net/goamz/aws"
"launchpad.net/goamz/ec2"
"gopkg.in/amz.v2/aws"
"gopkg.in/amz.v2/ec2"
"log"
)

Expand Down

0 comments on commit 7f526b6

Please sign in to comment.