Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Additional dependencies? #2

Closed
m00sey opened this issue Jan 30, 2017 · 1 comment
Closed

Additional dependencies? #2

m00sey opened this issue Jan 30, 2017 · 1 comment

Comments

@m00sey
Copy link

m00sey commented Jan 30, 2017

Hi,

I'm trying to get up and running, however after running go get -u github.com/knq/firebase

then trying to build my existing application I get an error:

FATAL: command "build" failed: failed to resolve import path "cloud.google.com/go/bigquery": import "google.golang.org/api/bigquery/v2": not found: stat /Users/kg/project/src/google.golang.org/api/bigquery/v2: no such file or directory

@kenshaw
Copy link
Owner

kenshaw commented Jan 30, 2017

I believe you need to install those dependencies too. No idea why they wouldn't have been retrieved / updated with the original go get -u command. Just simply install those packages via go get:

$ go get -u google.golang.org/api/bigquery/v2

Not sure why this is a dependency, but it must be a dependency of one of the Google packages (maybe metadata) that this uses for retrieving credentials in the app engine environment.

@kenshaw kenshaw closed this as completed Jan 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants