From 45286af4a4cdde92e7ae5529063db4a1c6b1f637 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Mon, 30 Mar 2015 11:42:37 -0400 Subject: [PATCH] s/18F/bitly/ in import path --- oauthproxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthproxy.go b/oauthproxy.go index a5bd71c..e5eb541 100644 --- a/oauthproxy.go +++ b/oauthproxy.go @@ -15,8 +15,8 @@ import ( "strings" "time" - "github.com/18F/google_auth_proxy/api" "github.com/bitly/go-simplejson" + "github.com/bitly/google_auth_proxy/api" ) const pingPath = "/ping"