From d19e6170294e9147c162c2bb700dac4d77d036c0 Mon Sep 17 00:00:00 2001 From: Perica Zivkovic Date: Sat, 10 Oct 2015 23:21:23 +0200 Subject: [PATCH] Update so that it will work for canonical import paths --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7fc1383..2872443 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( "net/url" "strings" - "github.com/google/google-api-go-client/plus/v1" + "google.golang.org/api/plus/v1" "github.com/gorilla/sessions" "golang.org/x/oauth2" "golang.org/x/oauth2/google"