Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Missing dependency "snap-plugin-lib-go" in glide.yaml to build mock plugins #1204

@geauxvirtual

Description

@geauxvirtual

On latest HEAD of master, running make fails with errors

2016-09-14 17:01:53 UTC [     info] building snap-plugin-processor-passthru-grpc
main.go:23:2: cannot find package "github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin" in any of:
    /Users/jguidroz/Projects/src/github.com/intelsdi-x/snap/vendor/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (vendor tree)
    /usr/local/go/src/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (from $GOROOT)
    /Users/jguidroz/Projects/src/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (from $GOPATH)
2016-09-14 17:02:01 UTC [     info] building snap-plugin-publisher-mock-file-grpc
main.go:23:2: cannot find package "github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin" in any of:
    /Users/jguidroz/Projects/src/github.com/intelsdi-x/snap/vendor/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (vendor tree)
    /usr/local/go/src/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (from $GOROOT)
    /Users/jguidroz/Projects/src/github.com/intelsdi-x/snap-plugin-lib-go/v1/plugin (from $GOPATH)

Looking at the glide.yaml in the repo, it does not appear the snap-plugin-lib-go dependency was added with the PRs that committed these new plugins.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions