We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 5/18 : WORKDIR /go/src/github.com/faryon93/hlswatch ---> Running in f24c57976c4f Removing intermediate container f24c57976c4f ---> ba967e993ae8 Step 6/18 : ADD ./ ./ ---> 4eebf9040f52 Step 7/18 : RUN go get github.com/faryon93/hlswatch && go build -v -o /tmp/hlswatch . ---> Running in c700b50845ea package github.com/influxdata/influxdb/client/v2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of: /usr/local/go/src/github.com/influxdata/influxdb/client/v2 (from $GOROOT) /go/src/github.com/influxdata/influxdb/client/v2 (from $GOPATH) The command '/bin/sh -c go get github.com/faryon93/hlswatch && go build -v -o /tmp/hlswatch .' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
You fixed this in your PR (#11) as well. Thank you for that :) Influx changed the import path.
Maybe its time to start using go modules now.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: