Fix goauth path

BUG=skia:2551
R=scroggo@google.com

Author: borenet@google.com

Review URL: https://codereview.chromium.org/288763002

git-svn-id: http://skia.googlecode.com/svn/trunk@14737 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh
index c2d5ad4..a6cb453 100755
--- a/tools/bug_chomper/run_server.sh
+++ b/tools/bug_chomper/run_server.sh
@@ -10,7 +10,7 @@
 fi
 
 go get github.com/gorilla/securecookie
-go get code.google.com/p/goauth2
+go get code.google.com/p/goauth2/oauth
 
 DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 cd $DIR