Using Dep to manage Dgraph

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.

dgraph-io/dgraph isn’t a package so its probably unable to add it. What package are you looking to add here and what command did you run?