summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index 7a9afd8..986210d 100644
--- a/args.go
+++ b/args.go
@@ -3,8 +3,8 @@ package digitalocean
// initializes logging and command line options
import (
- arg "github.com/alexflint/go-arg"
- log "go.wit.com/log"
+ "go.wit.com/arg"
+ "go.wit.com/log"
)
var INFO log.LogFlag