summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 22:33:29 -0600
committerJeff Carr <[email protected]>2024-01-08 22:33:29 -0600
commitf3a5cd0db1575da22f4bc1d73f4acf53b7138462 (patch)
tree11bf48ea4ebb0b4579a86701af61c63604161433 /args.go
parent430de13fba8e50d51e46ee4adb362f2549661431 (diff)
go.wit.com/log changev0.3.2
Signed-off-by: Jeff Carr <[email protected]>
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