GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Remove appengine/internal depedencies #131

Open x1ddos opened 8 years ago

x1ddos commented 8 years ago

auth_prod.go currently relies on google.golang.org/appengine/internal packages.

We need figure out a way to make it work without depending on internal packages.

riannucci commented 8 years ago

(related: #101)

jiridanek commented 8 years ago

PR #114 is supposed to fix this