From d0da5c9d23bb1aa01aa0731f81ef446cffa9d324 Mon Sep 17 00:00:00 2001 From: vedit Date: Tue, 21 Jul 2015 22:27:14 +0300 Subject: [PATCH] Temporary dependency workaround for V4 Auth --- cloudformation-template.json | 2 +- ec2_cache.go | 4 ++-- main.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloudformation-template.json b/cloudformation-template.json index 695a99c..06f822d 100644 --- a/cloudformation-template.json +++ b/cloudformation-template.json @@ -40,7 +40,7 @@ "GoPackage": { "Description": "The go package to build", "Type": "String", - "Default": "github.com/ConradIrwin/aws-name-server" + "Default": "github.com/vedit/aws-name-server" } }, "Resources": { diff --git a/ec2_cache.go b/ec2_cache.go index 770b2cf..061954b 100644 --- a/ec2_cache.go +++ b/ec2_cache.go @@ -2,8 +2,8 @@ package main import ( "fmt" - "github.com/mitchellh/goamz/aws" - "github.com/mitchellh/goamz/ec2" + "github.com/ekle/goamz/aws" + "github.com/ekle/goamz/ec2" "log" "net" "regexp" diff --git a/main.go b/main.go index 9831eaf..36df6fd 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "os" "time" - "github.com/mitchellh/goamz/aws" + "github.com/ekle/goamz/aws" ) const USAGE = `Usage: aws-name-server --domain