Created
November 28, 2017 20:46
-
-
Save akutz/8bd1faaea2056dc99ef94e2fad3bd436 to your computer and use it in GitHub Desktop.
Updating vSphere Docker Volume Driver to Golang Dep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dep init | |
Importing configuration from gvt. These are only initial constraints, and are further refined during the solve process. | |
Detected gb/gvt configuration files... | |
Converting from vendor/manifest ... | |
Using * as initial constraint for imported dep cloud.google.com/go | |
Trying * (3e1507a) as initial lock for imported dep cloud.google.com/go | |
Using master as initial constraint for imported dep github.com/sirupsen/logrus | |
Trying master (95cd2b9) as initial lock for imported dep github.com/sirupsen/logrus | |
Using * as initial constraint for imported dep github.com/boltdb/bolt | |
Trying * (d974993) as initial lock for imported dep github.com/boltdb/bolt | |
Using * as initial constraint for imported dep github.com/coreos/etcd | |
Trying * (17be3b5) as initial lock for imported dep github.com/coreos/etcd | |
Using ^5.0.0 as initial constraint for imported dep github.com/coreos/go-systemd | |
Trying v5 (7b2428f) as initial lock for imported dep github.com/coreos/go-systemd | |
Using * as initial constraint for imported dep github.com/docker/docker | |
Trying * (dfe2c02) as initial lock for imported dep github.com/docker/docker | |
Using * as initial constraint for imported dep github.com/docker/engine-api | |
Trying * (a52656d) as initial lock for imported dep github.com/docker/engine-api | |
Using ^0.2.1 as initial constraint for imported dep github.com/docker/go-connections | |
Trying v0.2.1 (990a1a1) as initial lock for imported dep github.com/docker/go-connections | |
Using master as initial constraint for imported dep github.com/docker/go-plugins-helpers | |
Trying master (bd8c600) as initial lock for imported dep github.com/docker/go-plugins-helpers | |
Using ^0.3.1 as initial constraint for imported dep github.com/docker/go-units | |
Trying v0.3.1 (f2d77a6) as initial lock for imported dep github.com/docker/go-units | |
Using ^1.0.0 as initial constraint for imported dep github.com/ghodss/yaml | |
Trying v1.0.0 (0ca9ea5) as initial lock for imported dep github.com/ghodss/yaml | |
Using ^4.0.0 as initial constraint for imported dep github.com/godbus/dbus | |
Trying v4.0.0 (5f6efc7) as initial lock for imported dep github.com/godbus/dbus | |
Using master as initial constraint for imported dep github.com/golang/glog | |
Trying master (23def4e) as initial lock for imported dep github.com/golang/glog | |
Using * as initial constraint for imported dep github.com/golang/mock | |
Trying * (93f6609) as initial lock for imported dep github.com/golang/mock | |
Using * as initial constraint for imported dep github.com/golang/protobuf | |
Trying * (0a4f71a) as initial lock for imported dep github.com/golang/protobuf | |
Using master as initial constraint for imported dep github.com/gorillalabs/go-powershell | |
Trying master (8a975e1) as initial lock for imported dep github.com/gorillalabs/go-powershell | |
Using * as initial constraint for imported dep github.com/grpc-ecosystem/grpc-gateway | |
Trying * (a5c7982) as initial lock for imported dep github.com/grpc-ecosystem/grpc-gateway | |
Using master as initial constraint for imported dep github.com/juju/errors | |
Trying master (c7d06af) as initial lock for imported dep github.com/juju/errors | |
Using master as initial constraint for imported dep github.com/kardianos/osext | |
Trying master (ae77be6) as initial lock for imported dep github.com/kardianos/osext | |
Using * as initial constraint for imported dep github.com/kardianos/service | |
Trying * (f6635a4) as initial lock for imported dep github.com/kardianos/service | |
Using * as initial constraint for imported dep github.com/natefinch/lumberjack | |
Trying * (514cbda) as initial lock for imported dep github.com/natefinch/lumberjack | |
Using * as initial constraint for imported dep github.com/opencontainers/runc | |
Trying * (8e8d01d) as initial lock for imported dep github.com/opencontainers/runc | |
Using * as initial constraint for imported dep github.com/stretchr/testify | |
Trying * (1f4a164) as initial lock for imported dep github.com/stretchr/testify | |
Using * as initial constraint for imported dep github.com/vmware/photon-controller-go-sdk | |
Trying PROMOTED-359 (a735172) as initial lock for imported dep github.com/vmware/photon-controller-go-sdk | |
Using master as initial constraint for imported dep go4.org | |
Trying master (034d17a) as initial lock for imported dep go4.org | |
Using * as initial constraint for imported dep golang.org/x/crypto | |
Trying * (dd85ac7) as initial lock for imported dep golang.org/x/crypto | |
Using * as initial constraint for imported dep golang.org/x/exp | |
Trying * (d7547cb) as initial lock for imported dep golang.org/x/exp | |
Using * as initial constraint for imported dep golang.org/x/net | |
Trying * (6acef71) as initial lock for imported dep golang.org/x/net | |
Using * as initial constraint for imported dep golang.org/x/oauth2 | |
Trying * (cce311a) as initial lock for imported dep golang.org/x/oauth2 | |
Using * as initial constraint for imported dep golang.org/x/sys | |
Trying * (abf9c25) as initial lock for imported dep golang.org/x/sys | |
Using * as initial constraint for imported dep golang.org/x/text | |
Trying * (cfdf022) as initial lock for imported dep golang.org/x/text | |
Using * as initial constraint for imported dep google.golang.org/api | |
Trying * (e665075) as initial lock for imported dep google.golang.org/api | |
Using * as initial constraint for imported dep google.golang.org/appengine | |
Trying * (ad2570c) as initial lock for imported dep google.golang.org/appengine | |
Using * as initial constraint for imported dep google.golang.org/genproto | |
Trying * (b0a3dcf) as initial lock for imported dep google.golang.org/genproto | |
Using * as initial constraint for imported dep google.golang.org/grpc | |
Trying * (27b2052) as initial lock for imported dep google.golang.org/grpc | |
Using v2 as initial constraint for imported dep gopkg.in/yaml.v2 | |
Trying v2 (1be3d31) as initial lock for imported dep gopkg.in/yaml.v2 | |
Locking in v0.8.0 (645ef00) for transitive dep github.com/pkg/errors | |
Locking in v1.0.0 (792786c) for transitive dep github.com/pmezard/go-difflib | |
Using ^0.4.5 as constraint for direct dep github.com/Microsoft/go-winio | |
Locking in v0.4.5 (7843996) for direct dep github.com/Microsoft/go-winio | |
Using v1 as constraint for direct dep gopkg.in/check.v1 | |
Locking in v1 (20d25e2) for direct dep gopkg.in/check.v1 | |
Locking in v2.6.2 (48294d9) for transitive dep github.com/docker/distribution | |
Locking in v1.1.0 (346938d) for transitive dep github.com/davecgh/go-spew | |
Old vendor backed up to /Users/akutz/Projects/go/src/github.com/vmware/docker-volume-vsphere/_vendor-20171128144220 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment