logspout-logstash icon indicating copy to clipboard operation
logspout-logstash copied to clipboard

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

Open jalberto opened this issue 7 years ago • 2 comments

...
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"
)

jalberto avatar Nov 03 '16 19:11 jalberto

Is this still an issue?

maxekman avatar Mar 08 '17 08:03 maxekman

@jalberto Can I close this?

maxekman avatar Nov 30 '17 12:11 maxekman