This repository was archived by the owner on Mar 28, 2018. It is now read-only.

Description
proxy/protocol.go:23:2: cannot find package "github.com/01org/cc-oci-runtime/proxy/api" in any of:
/home/test/go/src/github.com/01org/cc-oci-runtime/proxy/api (from $GOROOT)
/home/test/go/bin/src/github.com/01org/cc-oci-runtime/proxy/api (from $GOPATH)
Makefile:5296: recipe for target 'cc-proxy' failed
make[1]: *** [cc-proxy] Error 1
make[1]: Leaving directory '/home/test/work/cc-oci-runtime'
Makefile:1682: recipe for target 'all' failed
make: *** [all] Error 2
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/test/go/bin"
GORACE=""
GOROOT="/home/test/go"
GOTOOLDIR="/home/test/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build342346129=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
$ go version
go version go1.7.6 linux/amd64