| Index: tools/bug_chomper/run_server.sh
|
| diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh
|
| index c2d5ad420ce6cb38a03c44f45c4e400ea22698ca..a6cb4531aa047301d7816b8c21e346bba6ac3342 100755
|
| --- a/tools/bug_chomper/run_server.sh
|
| +++ b/tools/bug_chomper/run_server.sh
|
| @@ -10,7 +10,7 @@ if [[ -z "$GOPATH" ]]; then
|
| 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
|
|
|