dep status
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
github.com/aws/aws-sdk-go ^1.13.5 v1.13.11 bafcd9c v1.13.20 29
github.com/go-ini/ini v1.33.0 v1.33.0 6333e38 v1.33.0 1
github.com/jmespath/go-jmespath * 0b12d6b 1
dep ensure
// nothing done
From https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md#version
Note: When you specify a version without an operator, dep automatically uses the ^ operator by default. dep ensure will interpret the given version as the min-boundary of a range, for example: