Attempting to manage dgraph as a dependency using Dep, golang dependency package manager.
More information - GitHub - golang/dep: Go dependency management tool experiment (deprecated)
Attempted to add Dgraph as constraint with following approaches.
[[constraint]]
name = “github.com/dgraph-io/dgraph”
Tried branch/version/revision.
Has anyone encountered this? and what was your solution. Any help is greatly appreciated.