github.com/golang/dep@v0.5.4/Gopkg.toml (about) 1 [[constraint]] 2 name = "github.com/Masterminds/semver" 3 branch = "2.x" 4 5 [[constraint]] 6 name = "github.com/Masterminds/vcs" 7 version = "1.11.0" 8 9 [[constraint]] 10 name = "github.com/pelletier/go-toml" 11 version = "1.2.0" 12 13 [[constraint]] 14 name = "github.com/pkg/errors" 15 version = "0.8.0" 16 17 [[constraint]] 18 name = "github.com/boltdb/bolt" 19 version = "1.0.0" 20 21 [[constraint]] 22 name = "github.com/jmank88/nuts" 23 version = "0.3.0" 24 25 [prune] 26 non-go = true 27 go-tests = true 28 unused-packages = true