Skip to content
New issue

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

Error building: ERROR: the correct import path is gopkg.in/check.v1 #38

Open
jalberto opened this issue Nov 3, 2016 · 2 comments
Open

Comments

@jalberto
Copy link

jalberto commented Nov 3, 2016

...
Executing busybox-1.24.2-r0.trigger
Executing ca-certificates-20160104-r2.trigger
OK: 401 MiB in 48 packages
# github.com/go-check/check
../../go-check/check/error.go:4: "ERROR: the correct import path is gopkg.in/check.v1 ... " evaluated but not used
The command '/bin/sh -c cd /src && ./build.sh "$(cat VERSION)-custom"' returned a non-zero code: 2

I get this error trying to build the image whit this modules:

package main

import (
  _ "github.com/looplab/logspout-logstash"
  _ "github.com/gliderlabs/logspout/adapters/raw"
        _ "github.com/gliderlabs/logspout/adapters/syslog"
        _ "github.com/gliderlabs/logspout/httpstream"
        _ "github.com/gliderlabs/logspout/routesapi"
        _ "github.com/gliderlabs/logspout/transports/tcp"
        _ "github.com/gliderlabs/logspout/transports/udp"
        _ "github.com/gliderlabs/logspout/transports/tls"
)
@maxekman
Copy link
Member

maxekman commented Mar 8, 2017

Is this still an issue?

@maxekman
Copy link
Member

@jalberto Can I close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants