aboutsummaryrefslogtreecommitdiffstats
path: root/handlers_drive.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_drive.go')
-rw-r--r--handlers_drive.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/handlers_drive.go b/handlers_drive.go
index baaf050..f0386ce 100644
--- a/handlers_drive.go
+++ b/handlers_drive.go
@@ -1,9 +1,9 @@
package main
import (
- "./auth"
- "./cli"
- "./drive"
+ "github.com/prasmussen/gdrive/auth"
+ "github.com/prasmussen/gdrive/cli"
+ "github.com/prasmussen/gdrive/drive"
"fmt"
"io"
"io/ioutil"