Skip to content

Instantly share code, notes, and snippets.

@ellotheth
Created June 2, 2017 16:30
Show Gist options
  • Save ellotheth/e96f8f2c5fdd1b9e09e183970cfb276b to your computer and use it in GitHub Desktop.
Save ellotheth/e96f8f2c5fdd1b9e09e183970cfb276b to your computer and use it in GitHub Desktop.
Trying dep's Glide import
Importing configuration from glide. These are only initial constraints, and are further refined during the solve process.
Detected glide configuration files...
Loading /home/ellotheth/go/src/github.com/wondernetwork/go-wiu-backend/glide.yaml
Loading /home/ellotheth/go/src/github.com/wondernetwork/go-wiu-backend/glide.lock
Converting from glide.yaml and glide.lock...
Using ^1.1.0 as initial constraint for imported dep github.com/DataDog/datadog-go
Trying 1.1.0 (0ddda6b) as initial lock for imported dep github.com/DataDog/datadog-go
Using b79fee2 as initial hint for imported dep github.com/mikespook/gearman-go
Using 29cc868 as initial hint for imported dep gopkg.in/mgo.v2
Searching GOPATH for projects...
Using master as constraint for direct dep github.com/stretchr/testify
Locking in master (f6abca5) for direct dep github.com/stretchr/testify
Locking in master (f6abca5) for transitive dep github.com/stretchr/testify
Locking in master (346938d) for transitive dep github.com/davecgh/go-spew
Locking in master (792786c) for transitive dep github.com/pmezard/go-difflib
Root project is "github.com/wondernetwork/go-wiu-backend"
2 transitively valid internal packages
6 external packages imported from 4 projects
(0) ✓ select (root)
(1) ? attempt github.com/DataDog/datadog-go with 1 pkgs; at least 1 versions to try
(1) try github.com/DataDog/[email protected]
(1) ✓ select github.com/DataDog/[email protected] w/1 pkgs
(2) ? attempt github.com/stretchr/testify with 2 pkgs; at least 1 versions to try
(2) try github.com/stretchr/testify@master
(2) ✓ select github.com/stretchr/testify@master w/3 pkgs
(3) ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try
(3) try github.com/davecgh/go-spew@master
(3) ✓ select github.com/davecgh/go-spew@master w/1 pkgs
(4) ? attempt github.com/pmezard/go-difflib with 1 pkgs; at least 1 versions to try
(4) try github.com/pmezard/go-difflib@master
(4) ✓ select github.com/pmezard/go-difflib@master w/1 pkgs
(5) ? attempt github.com/mikespook/gearman-go with 1 pkgs; at least 1 versions to try
(5) try github.com/mikespook/gearman-go@b79fee29655dcdce7ba4a738f8388f9862b6779e
(6) ✗ github.com/mikespook/gearman-go at b79fee29655dcdce7ba4a738f8388f9862b6779e has problem subpkg(s):
(6) github.com/mikespook/gearman-go/worker has err (*pkgtree.LocalImportsError); required by (root).
(5) try github.com/mikespook/[email protected]
(5) ✓ select github.com/mikespook/[email protected] w/2 pkgs
(6) ? attempt gopkg.in/mgo.v2 with 2 pkgs; 1 versions to try
(6) try gopkg.in/mgo.v2@v2
(7) ✗ gopkg.in/mgo.v2@v2 not allowed by constraint ^2.0.0:
(7) ^2.0.0 from (root)
(6) ← no more versions of gopkg.in/mgo.v2 to try; begin backtrack
(5) ← backtrack: no more versions of github.com/mikespook/gearman-go to try
(4) ← backtrack: no more versions of github.com/pmezard/go-difflib to try
(3) ← backtrack: no more versions of github.com/davecgh/go-spew to try
(2) ← backtrack: no more versions of github.com/stretchr/testify to try
(1) ← backtrack: no more versions of github.com/DataDog/datadog-go to try
✗ solving failed
Solver wall times by segment:
b-list-pkgs: 254.021229ms
b-gmal: 195.51443ms
unselect: 625.248µs
select-root: 608.868µs
satisfy: 511.694µs
select-atom: 486.232µs
new-atom: 177.88µs
backtrack: 41.597µs
b-deduce-proj-root: 18.539µs
b-list-versions: 16.725µs
b-matches: 10.867µs
b-source-exists: 10.312µs
other: 6.007µs
b-pair-rev: 2.214µs
TOTAL: 452.051842ms
No versions of gopkg.in/mgo.v2 met constraints:
v2: Could not introduce gopkg.in/mgo.v2@v2, as it is not allowed by constraint ^2.0.0 from project github.com/wondernetwork/go-wiu-backend.
hash: 3b7d5be7d68cd94765ac91ea2f58b554151f67f5d0bf499ea8cadb600538a0e5
updated: 2017-05-03T15:13:27.629768623+02:00
imports:
- name: github.com/DataDog/datadog-go
version: 0ddda6bee21174ef6c4873647cb0d6ec9cba996f
subpackages:
- statsd
- name: github.com/mikespook/gearman-go
version: b79fee29655dcdce7ba4a738f8388f9862b6779e
subpackages:
- worker
- name: gopkg.in/mgo.v2
version: 29cc868a5ca65f401ff318143f9408d02f4799cc
subpackages:
- bson
- internal/sasl
- internal/scram
devImports: []
package: github.com/wondernetwork/go-wiu-backend
import:
- package: github.com/mikespook/gearman-go
version: master
subpackages:
- worker
- package: gopkg.in/mgo.v2
version: v2
subpackages:
- bson
- package: github.com/DataDog/datadog-go
version: ~1.1
subpackages:
- statsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment