Created
September 18, 2019 01:37
-
-
Save marti1125/b8c289babffa996e77c974605f4f7421 to your computer and use it in GitHub Desktop.
go build ./cmd/cayley
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query/sexp/parser.go:18:2: cannot find package "github.com/badgerodon/peg" in any of: | |
/usr/local/go/src/github.com/badgerodon/peg (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/badgerodon/peg (from $GOPATH) | |
query/graphql/http.go:8:2: cannot find package "github.com/dennwc/graphql/gqlerrors" in any of: | |
/usr/local/go/src/github.com/dennwc/graphql/gqlerrors (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/dennwc/graphql/gqlerrors (from $GOPATH) | |
query/graphql/graphql.go:13:2: cannot find package "github.com/dennwc/graphql/language/ast" in any of: | |
/usr/local/go/src/github.com/dennwc/graphql/language/ast (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/dennwc/graphql/language/ast (from $GOPATH) | |
query/graphql/graphql.go:14:2: cannot find package "github.com/dennwc/graphql/language/lexer" in any of: | |
/usr/local/go/src/github.com/dennwc/graphql/language/lexer (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/dennwc/graphql/language/lexer (from $GOPATH) | |
query/graphql/graphql.go:15:2: cannot find package "github.com/dennwc/graphql/language/parser" in any of: | |
/usr/local/go/src/github.com/dennwc/graphql/language/parser (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/dennwc/graphql/language/parser (from $GOPATH) | |
query/gizmo/environ.go:24:2: cannot find package "github.com/dop251/goja" in any of: | |
/usr/local/go/src/github.com/dop251/goja (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/dop251/goja (from $GOPATH) | |
../../spf13/viper/viper.go:38:2: cannot find package "github.com/fsnotify/fsnotify" in any of: | |
/usr/local/go/src/github.com/fsnotify/fsnotify (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/fsnotify/fsnotify (from $GOPATH) | |
quad/pquads/quads.pb.go:23:8: cannot find package "github.com/gogo/protobuf/gogoproto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/gogoproto (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/gogo/protobuf/gogoproto (from $GOPATH) | |
quad/pquads/pio/io.go:32:2: cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/go/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/gogo/protobuf/proto (from $GOPATH) | |
clog/glog/glog.go:7:2: cannot find package "github.com/golang/glog" in any of: | |
/usr/local/go/src/github.com/golang/glog (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/golang/glog (from $GOPATH) | |
../../spf13/viper/viper.go:39:2: cannot find package "github.com/hashicorp/hcl" in any of: | |
/usr/local/go/src/github.com/hashicorp/hcl (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hashicorp/hcl (from $GOPATH) | |
../../spf13/viper/viper.go:40:2: cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of: | |
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH) | |
graph/kv/indexing.go:32:2: cannot find package "github.com/hidal-go/hidalgo/kv" in any of: | |
/usr/local/go/src/github.com/hidal-go/hidalgo/kv (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hidal-go/hidalgo/kv (from $GOPATH) | |
graph/kv/all/all.go:5:2: cannot find package "github.com/hidal-go/hidalgo/kv/all" in any of: | |
/usr/local/go/src/github.com/hidal-go/hidalgo/kv/all (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hidal-go/hidalgo/kv/all (from $GOPATH) | |
graph/kv/bolt/bolt.go:25:2: cannot find package "github.com/hidal-go/hidalgo/kv/bolt" in any of: | |
/usr/local/go/src/github.com/hidal-go/hidalgo/kv/bolt (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hidal-go/hidalgo/kv/bolt (from $GOPATH) | |
graph/nosql/iterator.go:21:2: cannot find package "github.com/hidal-go/hidalgo/legacy/nosql" in any of: | |
/usr/local/go/src/github.com/hidal-go/hidalgo/legacy/nosql (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hidal-go/hidalgo/legacy/nosql (from $GOPATH) | |
graph/nosql/all/all.go:4:2: cannot find package "github.com/hidal-go/hidalgo/legacy/nosql/all" in any of: | |
/usr/local/go/src/github.com/hidal-go/hidalgo/legacy/nosql/all (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/hidal-go/hidalgo/legacy/nosql/all (from $GOPATH) | |
graph/sql/cockroach/cockroach.go:13:2: cannot find package "github.com/jackc/pgx" in any of: | |
/usr/local/go/src/github.com/jackc/pgx (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/jackc/pgx (from $GOPATH) | |
graph/sql/cockroach/cockroach.go:14:2: cannot find package "github.com/jackc/pgx/stdlib" in any of: | |
/usr/local/go/src/github.com/jackc/pgx/stdlib (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/jackc/pgx/stdlib (from $GOPATH) | |
internal/gephi/stream.go:14:2: cannot find package "github.com/julienschmidt/httprouter" in any of: | |
/usr/local/go/src/github.com/julienschmidt/httprouter (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/julienschmidt/httprouter (from $GOPATH) | |
graph/sql/postgres/postgres.go:14:2: cannot find package "github.com/lib/pq" in any of: | |
/usr/local/go/src/github.com/lib/pq (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/lib/pq (from $GOPATH) | |
quad/jsonld/jsonld.go:10:2: cannot find package "github.com/linkeddata/gojsonld" in any of: | |
/usr/local/go/src/github.com/linkeddata/gojsonld (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/linkeddata/gojsonld (from $GOPATH) | |
../../spf13/viper/viper.go:41:2: cannot find package "github.com/magiconair/properties" in any of: | |
/usr/local/go/src/github.com/magiconair/properties (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/magiconair/properties (from $GOPATH) | |
../../spf13/viper/viper.go:43:2: cannot find package "github.com/pelletier/go-toml" in any of: | |
/usr/local/go/src/github.com/pelletier/go-toml (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/pelletier/go-toml (from $GOPATH) | |
internal/repl/repl.go:29:2: cannot find package "github.com/peterh/liner" in any of: | |
/usr/local/go/src/github.com/peterh/liner (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/peterh/liner (from $GOPATH) | |
internal/http/docs.go:25:2: cannot find package "github.com/russross/blackfriday" in any of: | |
/usr/local/go/src/github.com/russross/blackfriday (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/russross/blackfriday (from $GOPATH) | |
../../spf13/viper/util.go:21:2: cannot find package "github.com/spf13/afero" in any of: | |
/usr/local/go/src/github.com/spf13/afero (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/spf13/afero (from $GOPATH) | |
../../spf13/viper/util.go:22:2: cannot find package "github.com/spf13/cast" in any of: | |
/usr/local/go/src/github.com/spf13/cast (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/spf13/cast (from $GOPATH) | |
cmd/cayley/command/convert.go:8:2: cannot find package "github.com/spf13/cobra" in any of: | |
/usr/local/go/src/github.com/spf13/cobra (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/spf13/cobra (from $GOPATH) | |
../../spf13/viper/util.go:23:2: cannot find package "github.com/spf13/jwalterweatherman" in any of: | |
/usr/local/go/src/github.com/spf13/jwalterweatherman (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/spf13/jwalterweatherman (from $GOPATH) | |
../../spf13/viper/flags.go:3:8: cannot find package "github.com/spf13/pflag" in any of: | |
/usr/local/go/src/github.com/spf13/pflag (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/spf13/pflag (from $GOPATH) | |
../../spf13/viper/viper.go:48:2: cannot find package "github.com/subosito/gotenv" in any of: | |
/usr/local/go/src/github.com/subosito/gotenv (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/subosito/gotenv (from $GOPATH) | |
graph/kv/indexing.go:33:2: cannot find package "github.com/tylertreat/BoomFilters" in any of: | |
/usr/local/go/src/github.com/tylertreat/BoomFilters (from $GOROOT) | |
/home/willy.aguirre/go/src/github.com/tylertreat/BoomFilters (from $GOPATH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment