dependency-issues 1.2 KB

1234567891011121314151617181920
  1. the initial run of `gopm get` produces the following warnings - these may or may not be important
  2. $ $GOPATH/bin/gopm get
  3. [ WARN] Getting imports: no buildable Go source files in /tmp/229516084/src/github.com/klauspost/compress
  4. [ WARN] Getting imports: no buildable Go source files in /tmp/244597114/src/golang.org/x/net
  5. [ WARN] Getting imports: no buildable Go source files in /tmp/688412224/src/github.com/sergi/go-diff
  6. [ WARN] Getting imports: no buildable Go source files in /tmp/245856612/src/golang.org/x/crypto
  7. [ WARN] Getting imports: no buildable Go source files in /tmp/41395750/src/golang.org/x/net
  8. current errors
  9. $ $GOPATH/bin/gopm build
  10. .vendor/src/github.com/go-macaron/cache/memcache/memcache.go:22:2: cannot find package "github.com/bradfitz/gomemcache/memcache" in any of:
  11. .vendor/src/github.com/klauspost/compress/flate/crc32_amd64.go:9:2: cannot find package "github.com/klauspost/cpuid" in any of:
  12. .vendor/src/github.com/klauspost/compress/gzip/gunzip.go:17:2: cannot find package "github.com/klauspost/crc32" in any of:
  13. .vendor/src/github.com/go-macaron/cache/redis/redis.go:25:2: cannot find package "gopkg.in/redis.v2" in any of:
  14. [FATAL] fail to build program: exit status 1