Skip to content

Instantly share code, notes, and snippets.

@nelsonfassis
Created February 13, 2019 19:59
Show Gist options
  • Save nelsonfassis/e2b2aee8b6d7de98b5f1ad1b161e45c8 to your computer and use it in GitHub Desktop.
Save nelsonfassis/e2b2aee8b6d7de98b5f1ad1b161e45c8 to your computer and use it in GitHub Desktop.
make binary-local
go build "-buildmode=pie" -ldflags "-X main.gitCommit=7add6fc80b0f33406217e7c3361cb711c814f028" -gcflags "" -tags "btrfs_noversion libdm_no_deferred_remove " -o skopeo ./cmd/skopeo
vendor/github.com/containers/image/docker/tarfile/dest.go:4:2: cannot find package "archive/tar" in any of:
/root/go/src/github.com/containers/skopeo/vendor/archive/tar (vendor tree)
/usr/local/go/src/archive/tar (from $GOROOT)
/root/go/src/archive/tar (from $GOPATH)
vendor/github.com/sirupsen/logrus/writer.go:4:2: cannot find package "bufio" in any of:
/root/go/src/github.com/containers/skopeo/vendor/bufio (vendor tree)
/usr/local/go/src/bufio (from $GOROOT)
/root/go/src/bufio (from $GOPATH)
vendor/github.com/containers/image/copy/copy.go:4:2: cannot find package "bytes" in any of:
/root/go/src/github.com/containers/skopeo/vendor/bytes (vendor tree)
/usr/local/go/src/bytes (from $GOROOT)
/root/go/src/bytes (from $GOPATH)
vendor/github.com/containers/image/pkg/compression/compression.go:5:2: cannot find package "compress/bzip2" in any of:
/root/go/src/github.com/containers/skopeo/vendor/compress/bzip2 (vendor tree)
/usr/local/go/src/compress/bzip2 (from $GOROOT)
/root/go/src/compress/bzip2 (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/compressed.go:9:2: cannot find package "compress/flate" in any of:
/root/go/src/github.com/containers/skopeo/vendor/compress/flate (vendor tree)
/usr/local/go/src/compress/flate (from $GOROOT)
/root/go/src/compress/flate (from $GOPATH)
vendor/github.com/containers/image/copy/copy.go:5:2: cannot find package "compress/gzip" in any of:
/root/go/src/github.com/containers/skopeo/vendor/compress/gzip (vendor tree)
/usr/local/go/src/compress/gzip (from $GOROOT)
/root/go/src/compress/gzip (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/compressed.go:10:2: cannot find package "compress/zlib" in any of:
/root/go/src/github.com/containers/skopeo/vendor/compress/zlib (vendor tree)
/usr/local/go/src/compress/zlib (from $GOROOT)
/root/go/src/compress/zlib (from $GOPATH)
vendor/golang.org/x/text/unicode/bidi/bracket.go:8:2: cannot find package "container/list" in any of:
/root/go/src/github.com/containers/skopeo/vendor/container/list (vendor tree)
/usr/local/go/src/container/list (from $GOROOT)
/root/go/src/container/list (from $GOPATH)
vendor/github.com/containers/image/copy/copy.go:6:2: cannot find package "context" in any of:
/root/go/src/github.com/containers/skopeo/vendor/context (vendor tree)
/usr/local/go/src/context (from $GOROOT)
/root/go/src/context (from $GOPATH)
vendor/github.com/opencontainers/go-digest/algorithm.go:18:2: cannot find package "crypto" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto (vendor tree)
/usr/local/go/src/crypto (from $GOROOT)
/root/go/src/crypto (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/packet.go:11:2: cannot find package "crypto/aes" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/aes (vendor tree)
/usr/local/go/src/crypto/aes (from $GOROOT)
/root/go/src/crypto/aes (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/ocfb.go:10:2: cannot find package "crypto/cipher" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/cipher (vendor tree)
/usr/local/go/src/crypto/cipher (from $GOROOT)
/root/go/src/crypto/cipher (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/packet.go:13:2: cannot find package "crypto/des" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/des (vendor tree)
/usr/local/go/src/crypto/des (from $GOROOT)
/root/go/src/crypto/des (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/private_key.go:11:2: cannot find package "crypto/dsa" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/dsa (vendor tree)
/usr/local/go/src/crypto/dsa (from $GOROOT)
/root/go/src/crypto/dsa (from $GOPATH)
vendor/github.com/docker/libtrust/ec_key.go:5:2: cannot find package "crypto/ecdsa" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/ecdsa (vendor tree)
/usr/local/go/src/crypto/ecdsa (from $GOROOT)
/root/go/src/crypto/ecdsa (from $GOPATH)
vendor/github.com/docker/libtrust/ec_key.go:6:2: cannot find package "crypto/elliptic" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/elliptic (vendor tree)
/usr/local/go/src/crypto/elliptic (from $GOROOT)
/root/go/src/crypto/elliptic (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.go:9:2: cannot find package "crypto/md5" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/md5 (vendor tree)
/usr/local/go/src/crypto/md5 (from $GOROOT)
/root/go/src/crypto/md5 (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:4:2: cannot find package "crypto/rand" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/rand (vendor tree)
/usr/local/go/src/crypto/rand (from $GOROOT)
/root/go/src/crypto/rand (from $GOPATH)
vendor/github.com/docker/libtrust/key.go:6:2: cannot find package "crypto/rsa" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/rsa (vendor tree)
/usr/local/go/src/crypto/rsa (from $GOROOT)
/root/go/src/crypto/rsa (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/private_key.go:14:2: cannot find package "crypto/sha1" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/sha1 (vendor tree)
/usr/local/go/src/crypto/sha1 (from $GOROOT)
/root/go/src/crypto/sha1 (from $GOPATH)
vendor/github.com/containers/image/image/docker_schema2.go:5:2: cannot find package "crypto/sha256" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/sha256 (vendor tree)
/usr/local/go/src/crypto/sha256 (from $GOROOT)
/root/go/src/crypto/sha256 (from $GOPATH)
vendor/github.com/docker/libtrust/hash.go:6:2: cannot find package "crypto/sha512" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/sha512 (vendor tree)
/usr/local/go/src/crypto/sha512 (from $GOROOT)
/root/go/src/crypto/sha512 (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go:10:2: cannot find package "crypto/subtle" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/subtle (vendor tree)
/usr/local/go/src/crypto/subtle (from $GOROOT)
/root/go/src/crypto/subtle (from $GOPATH)
vendor/github.com/docker/libtrust/key_manager.go:4:2: cannot find package "crypto/tls" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/tls (vendor tree)
/usr/local/go/src/crypto/tls (from $GOROOT)
/root/go/src/crypto/tls (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:5:2: cannot find package "crypto/x509" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/x509 (vendor tree)
/usr/local/go/src/crypto/x509 (from $GOROOT)
/root/go/src/crypto/x509 (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:6:2: cannot find package "crypto/x509/pkix" in any of:
/root/go/src/github.com/containers/skopeo/vendor/crypto/x509/pkix (vendor tree)
/usr/local/go/src/crypto/x509/pkix (from $GOROOT)
/root/go/src/crypto/x509/pkix (from $GOPATH)
vendor/github.com/golang/protobuf/proto/text.go:39:2: cannot find package "encoding" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding (vendor tree)
/usr/local/go/src/encoding (from $GOROOT)
/root/go/src/encoding (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/signature.go:12:2: cannot find package "encoding/asn1" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/asn1 (vendor tree)
/usr/local/go/src/encoding/asn1 (from $GOROOT)
/root/go/src/encoding/asn1 (from $GOPATH)
vendor/github.com/docker/libtrust/util.go:9:2: cannot find package "encoding/base32" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/base32 (vendor tree)
/usr/local/go/src/encoding/base32 (from $GOROOT)
/root/go/src/encoding/base32 (from $GOPATH)
vendor/github.com/docker/libtrust/jsonsign.go:7:2: cannot find package "encoding/base64" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/base64 (vendor tree)
/usr/local/go/src/encoding/base64 (from $GOROOT)
/root/go/src/encoding/base64 (from $GOPATH)
vendor/github.com/docker/libtrust/util.go:11:2: cannot find package "encoding/binary" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/binary (vendor tree)
/usr/local/go/src/encoding/binary (from $GOROOT)
/root/go/src/encoding/binary (from $GOPATH)
vendor/github.com/containers/image/image/docker_schema2.go:6:2: cannot find package "encoding/hex" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/hex (vendor tree)
/usr/local/go/src/encoding/hex (from $GOROOT)
/root/go/src/encoding/hex (from $GOPATH)
cmd/skopeo/inspect.go:4:2: cannot find package "encoding/json" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/json (vendor tree)
/usr/local/go/src/encoding/json (from $GOROOT)
/root/go/src/encoding/json (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:7:2: cannot find package "encoding/pem" in any of:
/root/go/src/github.com/containers/skopeo/vendor/encoding/pem (vendor tree)
/usr/local/go/src/encoding/pem (from $GOROOT)
/root/go/src/encoding/pem (from $GOPATH)
cmd/skopeo/copy.go:4:2: cannot find package "errors" in any of:
/root/go/src/github.com/containers/skopeo/vendor/errors (vendor tree)
/usr/local/go/src/errors (from $GOROOT)
/root/go/src/errors (from $GOPATH)
vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go:18:2: cannot find package "expvar" in any of:
/root/go/src/github.com/containers/skopeo/vendor/expvar (vendor tree)
/usr/local/go/src/expvar (from $GOROOT)
/root/go/src/expvar (from $GOPATH)
vendor/github.com/containers/storage/pkg/chrootarchive/archive_unix.go:8:2: cannot find package "flag" in any of:
/root/go/src/github.com/containers/skopeo/vendor/flag (vendor tree)
/usr/local/go/src/flag (from $GOROOT)
/root/go/src/flag (from $GOPATH)
cmd/skopeo/copy.go:5:2: cannot find package "fmt" in any of:
/root/go/src/github.com/containers/skopeo/vendor/fmt (vendor tree)
/usr/local/go/src/fmt (from $GOROOT)
/root/go/src/fmt (from $GOPATH)
cmd/skopeo/main.go:9:2: cannot find package "github.com/projectatomic/skopeo/version" in any of:
/root/go/src/github.com/containers/skopeo/vendor/github.com/projectatomic/skopeo/version (vendor tree)
/usr/local/go/src/github.com/projectatomic/skopeo/version (from $GOROOT)
/root/go/src/github.com/projectatomic/skopeo/version (from $GOPATH)
vendor/github.com/opencontainers/go-digest/algorithm.go:20:2: cannot find package "hash" in any of:
/root/go/src/github.com/containers/skopeo/vendor/hash (vendor tree)
/usr/local/go/src/hash (from $GOROOT)
/root/go/src/hash (from $GOPATH)
vendor/github.com/vbatts/tar-split/tar/storage/getter.go:6:2: cannot find package "hash/crc64" in any of:
/root/go/src/github.com/containers/skopeo/vendor/hash/crc64 (vendor tree)
/usr/local/go/src/hash/crc64 (from $GOROOT)
/root/go/src/hash/crc64 (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/userattribute.go:9:2: cannot find package "image" in any of:
/root/go/src/github.com/containers/skopeo/vendor/image (vendor tree)
/usr/local/go/src/image (from $GOROOT)
/root/go/src/image (from $GOPATH)
vendor/golang.org/x/crypto/openpgp/packet/userattribute.go:10:2: cannot find package "image/jpeg" in any of:
/root/go/src/github.com/containers/skopeo/vendor/image/jpeg (vendor tree)
/usr/local/go/src/image/jpeg (from $GOROOT)
/root/go/src/image/jpeg (from $GOPATH)
vendor/github.com/opencontainers/go-digest/algorithm.go:21:2: cannot find package "io" in any of:
/root/go/src/github.com/containers/skopeo/vendor/io (vendor tree)
/usr/local/go/src/io (from $GOROOT)
/root/go/src/io (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:9:2: cannot find package "io/ioutil" in any of:
/root/go/src/github.com/containers/skopeo/vendor/io/ioutil (vendor tree)
/usr/local/go/src/io/ioutil (from $GOROOT)
/root/go/src/io/ioutil (from $GOPATH)
vendor/github.com/sirupsen/logrus/logrus.go:5:2: cannot find package "log" in any of:
/root/go/src/github.com/containers/skopeo/vendor/log (vendor tree)
/usr/local/go/src/log (from $GOROOT)
/root/go/src/log (from $GOPATH)
vendor/gopkg.in/cheggaaa/pb.v1/pb.go:7:2: cannot find package "math" in any of:
/root/go/src/github.com/containers/skopeo/vendor/math (vendor tree)
/usr/local/go/src/math (from $GOROOT)
/root/go/src/math (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:10:2: cannot find package "math/big" in any of:
/root/go/src/github.com/containers/skopeo/vendor/math/big (vendor tree)
/usr/local/go/src/math/big (from $GOROOT)
/root/go/src/math/big (from $GOPATH)
vendor/golang.org/x/net/http2/transport.go:21:2: cannot find package "math/rand" in any of:
/root/go/src/github.com/containers/skopeo/vendor/math/rand (vendor tree)
/usr/local/go/src/math/rand (from $GOROOT)
/root/go/src/math/rand (from $GOPATH)
vendor/github.com/docker/distribution/manifests.go:6:2: cannot find package "mime" in any of:
/root/go/src/github.com/containers/skopeo/vendor/mime (vendor tree)
/usr/local/go/src/mime (from $GOROOT)
/root/go/src/mime (from $GOPATH)
vendor/github.com/docker/libtrust/certificates.go:11:2: cannot find package "net" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net (vendor tree)
/usr/local/go/src/net (from $GOROOT)
/root/go/src/net (from $GOPATH)
vendor/github.com/docker/go-connections/sockets/sockets.go:7:2: cannot find package "net/http" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net/http (vendor tree)
/usr/local/go/src/net/http (from $GOROOT)
/root/go/src/net/http (from $GOPATH)
vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client_1_8.go:22:2: cannot find package "net/http/httptrace" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net/http/httptrace (vendor tree)
/usr/local/go/src/net/http/httptrace (from $GOROOT)
/root/go/src/net/http/httptrace (from $GOPATH)
vendor/github.com/docker/docker/client/hijack.go:9:2: cannot find package "net/http/httputil" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net/http/httputil (vendor tree)
/usr/local/go/src/net/http/httputil (from $GOROOT)
/root/go/src/net/http/httputil (from $GOPATH)
vendor/golang.org/x/net/http2/server.go:39:2: cannot find package "net/textproto" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net/textproto (vendor tree)
/usr/local/go/src/net/textproto (from $GOROOT)
/root/go/src/net/textproto (from $GOPATH)
vendor/github.com/docker/libtrust/util.go:16:2: cannot find package "net/url" in any of:
/root/go/src/github.com/containers/skopeo/vendor/net/url (vendor tree)
/usr/local/go/src/net/url (from $GOROOT)
/root/go/src/net/url (from $GOPATH)
vendor/github.com/docker/libtrust/key_files.go:9:2: cannot find package "os" in any of:
/root/go/src/github.com/containers/skopeo/vendor/os (vendor tree)
/usr/local/go/src/os (from $GOROOT)
/root/go/src/os (from $GOPATH)
vendor/github.com/docker/docker-credential-helpers/client/command.go:7:2: cannot find package "os/exec" in any of:
/root/go/src/github.com/containers/skopeo/vendor/os/exec (vendor tree)
/usr/local/go/src/os/exec (from $GOROOT)
/root/go/src/os/exec (from $GOPATH)
vendor/gopkg.in/cheggaaa/pb.v1/pb_x.go:10:2: cannot find package "os/signal" in any of:
/root/go/src/github.com/containers/skopeo/vendor/os/signal (vendor tree)
/usr/local/go/src/os/signal (from $GOROOT)
/root/go/src/os/signal (from $GOPATH)
vendor/github.com/opencontainers/runc/libcontainer/user/user.go:8:2: cannot find package "os/user" in any of:
/root/go/src/github.com/containers/skopeo/vendor/os/user (vendor tree)
/usr/local/go/src/os/user (from $GOROOT)
/root/go/src/os/user (from $GOPATH)
vendor/github.com/containers/image/docker/reference/helpers.go:3:8: cannot find package "path" in any of:
/root/go/src/github.com/containers/skopeo/vendor/path (vendor tree)
/usr/local/go/src/path (from $GOROOT)
/root/go/src/path (from $GOPATH)
vendor/github.com/docker/libtrust/filter.go:4:2: cannot find package "path/filepath" in any of:
/root/go/src/github.com/containers/skopeo/vendor/path/filepath (vendor tree)
/usr/local/go/src/path/filepath (from $GOROOT)
/root/go/src/path/filepath (from $GOPATH)
vendor/github.com/containers/image/copy/copy.go:10:2: cannot find package "reflect" in any of:
/root/go/src/github.com/containers/skopeo/vendor/reflect (vendor tree)
/usr/local/go/src/reflect (from $GOROOT)
/root/go/src/reflect (from $GOPATH)
vendor/github.com/opencontainers/go-digest/algorithm.go:22:2: cannot find package "regexp" in any of:
/root/go/src/github.com/containers/skopeo/vendor/regexp (vendor tree)
/usr/local/go/src/regexp (from $GOROOT)
/root/go/src/regexp (from $GOPATH)
vendor/github.com/pkg/errors/stack.go:7:2: cannot find package "runtime" in any of:
/root/go/src/github.com/containers/skopeo/vendor/runtime (vendor tree)
/usr/local/go/src/runtime (from $GOROOT)
/root/go/src/runtime (from $GOPATH)
package github.com/containers/skopeo/cmd/skopeo
imports runtime/cgo: cannot find package "runtime/cgo" in any of:
/root/go/src/github.com/containers/skopeo/vendor/runtime/cgo (vendor tree)
/usr/local/go/src/runtime/cgo (from $GOROOT)
/root/go/src/runtime/cgo (from $GOPATH)
vendor/github.com/prometheus/client_golang/prometheus/go_collector.go:6:2: cannot find package "runtime/debug" in any of:
/root/go/src/github.com/containers/skopeo/vendor/runtime/debug (vendor tree)
/usr/local/go/src/runtime/debug (from $GOROOT)
/root/go/src/runtime/debug (from $GOPATH)
vendor/github.com/docker/libtrust/jsonsign.go:11:2: cannot find package "sort" in any of:
/root/go/src/github.com/containers/skopeo/vendor/sort (vendor tree)
/usr/local/go/src/sort (from $GOROOT)
/root/go/src/sort (from $GOPATH)
vendor/github.com/docker/docker/api/types/versions/compare.go:4:2: cannot find package "strconv" in any of:
/root/go/src/github.com/containers/skopeo/vendor/strconv (vendor tree)
/usr/local/go/src/strconv (from $GOROOT)
/root/go/src/strconv (from $GOPATH)
vendor/github.com/opencontainers/go-digest/digest.go:22:2: cannot find package "strings" in any of:
/root/go/src/github.com/containers/skopeo/vendor/strings (vendor tree)
/usr/local/go/src/strings (from $GOROOT)
/root/go/src/strings (from $GOPATH)
vendor/github.com/docker/libtrust/key_manager.go:11:2: cannot find package "sync" in any of:
/root/go/src/github.com/containers/skopeo/vendor/sync (vendor tree)
/usr/local/go/src/sync (from $GOROOT)
/root/go/src/sync (from $GOPATH)
vendor/github.com/sirupsen/logrus/logger.go:7:2: cannot find package "sync/atomic" in any of:
/root/go/src/github.com/containers/skopeo/vendor/sync/atomic (vendor tree)
/usr/local/go/src/sync/atomic (from $GOROOT)
/root/go/src/sync/atomic (from $GOPATH)
vendor/github.com/sirupsen/logrus/terminal_linux.go:10:8: cannot find package "syscall" in any of:
/root/go/src/github.com/containers/skopeo/vendor/syscall (vendor tree)
/usr/local/go/src/syscall (from $GOROOT)
/root/go/src/syscall (from $GOPATH)
vendor/github.com/containers/storage/pkg/fileutils/fileutils.go:11:2: cannot find package "text/scanner" in any of:
/root/go/src/github.com/containers/skopeo/vendor/text/scanner (vendor tree)
/usr/local/go/src/text/scanner (from $GOROOT)
/root/go/src/text/scanner (from $GOPATH)
vendor/github.com/urfave/cli/help.go:8:2: cannot find package "text/tabwriter" in any of:
/root/go/src/github.com/containers/skopeo/vendor/text/tabwriter (vendor tree)
/usr/local/go/src/text/tabwriter (from $GOROOT)
/root/go/src/text/tabwriter (from $GOPATH)
vendor/github.com/urfave/cli/help.go:9:2: cannot find package "text/template" in any of:
/root/go/src/github.com/containers/skopeo/vendor/text/template (vendor tree)
/usr/local/go/src/text/template (from $GOROOT)
/root/go/src/text/template (from $GOPATH)
vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go:18:2: cannot find package "time" in any of:
/root/go/src/github.com/containers/skopeo/vendor/time (vendor tree)
/usr/local/go/src/time (from $GOROOT)
/root/go/src/time (from $GOPATH)
vendor/github.com/docker/libtrust/jsonsign.go:13:2: cannot find package "unicode" in any of:
/root/go/src/github.com/containers/skopeo/vendor/unicode (vendor tree)
/usr/local/go/src/unicode (from $GOROOT)
/root/go/src/unicode (from $GOPATH)
vendor/github.com/pquerna/ffjson/fflib/v1/jsonstring.go:29:2: cannot find package "unicode/utf16" in any of:
/root/go/src/github.com/containers/skopeo/vendor/unicode/utf16 (vendor tree)
/usr/local/go/src/unicode/utf16 (from $GOROOT)
/root/go/src/unicode/utf16 (from $GOPATH)
vendor/gopkg.in/cheggaaa/pb.v1/pb.go:12:2: cannot find package "unicode/utf8" in any of:
/root/go/src/github.com/containers/skopeo/vendor/unicode/utf8 (vendor tree)
/usr/local/go/src/unicode/utf8 (from $GOROOT)
/root/go/src/unicode/utf8 (from $GOPATH)
vendor/github.com/sirupsen/logrus/terminal_notwindows.go:15:2: cannot find package "unsafe" in any of:
/root/go/src/github.com/containers/skopeo/vendor/unsafe (vendor tree)
/usr/local/go/src/unsafe (from $GOROOT)
/root/go/src/unsafe (from $GOPATH)
make: *** [binary-local] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment