Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with Dep #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Building with Dep #11

wants to merge 1 commit into from

Conversation

Hendler
Copy link

@Hendler Hendler commented Apr 21, 2018

This PR works for my system (OSX 10.13 go 1.10.1)

I'm not an expert with Dep, but it appears that running dep ensure without specifying master below failed to build [1]. Untested elsewhere, might be unique to my system.

[[override]]
  branch = "master"
  name = "github.com/couchbase/moss"

[[override]]
  branch = "master"
  name = "github.com/couchbase/ghistogram"

[[constraint]]
  branch = "master"
  name = "github.com/blevesearch/bleve"

[1] -

# github.com/blevesearch/bleve-explorer/vendor/github.com/couchbase/moss
vendor/github.com/couchbase/moss/api.go:173:15: undefined: ghistogram.Histograms
vendor/github.com/couchbase/moss/collection.go:98:13: undefined: ghistogram.Histograms
# github.com/blevesearch/bleve-explorer/vendor/github.com/blevesearch/bleve-mapping-ui
vendor/github.com/blevesearch/bleve-mapping-ui/mapping.go:105:13: undefined: bleve.IndexMapping```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants