Skip to content

Instantly share code, notes, and snippets.

@mattfarina
Created September 15, 2016 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattfarina/4171e5f18db51a3ee8110a27e779854c to your computer and use it in GitHub Desktop.
Save mattfarina/4171e5f18db51a3ee8110a27e779854c to your computer and use it in GitHub Desktop.
$ go run glide.go up
[WARN] glide.yaml was in a legacy format. An attempt will be made to automatically update it.
Root project is "github.com/Masterminds/glide"
16 transitively valid internal packages
6 external packages imported from 6 projects
✓ select (root)
| ? attempt github.com/Masterminds/semver with 1 pkgs; 6 versions to try
| | try github.com/Masterminds/semver@v1.1.1
| ✓ select github.com/Masterminds/semver@v1.1.1 w/1 pkgs
| | ? attempt github.com/codegangsta/cli with 1 pkgs; 41 versions to try
| | | try github.com/codegangsta/cli@v1.18.1
| | | ✗ github.com/codegangsta/cli@v1.18.1 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.18.0
| | | ✗ github.com/codegangsta/cli@v1.18.0 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.17.1
| | | ✗ github.com/codegangsta/cli@v1.17.1 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.17.0
| | | ✗ github.com/codegangsta/cli@v1.17.0 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.16.1
| | | ✗ github.com/codegangsta/cli@v1.16.1 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.16.0
| | | ✗ github.com/codegangsta/cli@v1.16.0 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.15.0
| | | ✗ github.com/codegangsta/cli@v1.15.0 not allowed by constraint >=1.14.0, <1.15.0:
| | | | >=1.14.0, <1.15.0 from (root)
| | | try github.com/codegangsta/cli@v1.14.0
| | ✓ select github.com/codegangsta/cli@v1.14.0 w/1 pkgs
| | | ? attempt github.com/Masterminds/vcs with 1 pkgs; 21 versions to try
| | | | try github.com/Masterminds/vcs@v1.8.0
| | | ✓ select github.com/Masterminds/vcs@v1.8.0 w/1 pkgs
| | | | ? attempt gopkg.in/yaml.v2 with 1 pkgs; 4 versions to try
| | | | | try gopkg.in/yaml.v2@master
| | | | ✓ select gopkg.in/yaml.v2@master w/1 pkgs
| | | | | ? attempt github.com/kr/pretty with 1 pkgs; 36 versions to try
| | | | | | try github.com/kr/pretty@go.r60
| | | | | ✓ select github.com/kr/pretty@go.r60 w/1 pkgs
| | | | | | ? attempt github.com/sdboyer/gps with 1 pkgs; 30 versions to try
| | | | | | | try github.com/sdboyer/gps@v0.10.1
| | | | | | | ✗ github.com/sdboyer/gps@v0.10.1 depends on github.com/Masterminds/semver with 2.x, but that's already selected at v1.1.1
| | | | | | | try github.com/sdboyer/gps@v0.10.0
| | | | | | ✓ select github.com/sdboyer/gps@v0.10.0 w/1 pkgs
| | | | | | | ? attempt github.com/armon/go-radix with 1 pkgs; 1 versions to try
| | | | | | | | try github.com/armon/go-radix@master
| | | | | | | ✓ select github.com/armon/go-radix@master w/1 pkgs
| | | | | | | | ? attempt github.com/termie/go-shutil with 1 pkgs; 2 versions to try
| | | | | | | | | try github.com/termie/go-shutil@bcacb06fecaeec8dc42af03c87c6949f4a05c74c
| | | | | | | | ✓ select github.com/termie/go-shutil@bcacb06fecaeec8dc42af03c87c6949f4a05c74c w/1 pkgs
✓ found solution with 8 packages from 8 projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment