rclone/vendor/github.com/aws/aws-sdk-go/private
Nick Craig-Wood 6427029c4e vendor: update all dependencies
* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
2018-05-05 15:52:24 +01:00
..
model vendor: update all dependencies 2018-05-05 15:52:24 +01:00
protocol vendor: update all dependencies 2018-05-05 15:52:24 +01:00
signer/v2 vendor: update all dependencies to latest versions 2018-01-16 13:20:59 +00:00
util Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
README.md Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00

AWS SDK for Go Private packages

private is a collection of packages used internally by the SDK, and is subject to have breaking changes. This package is not internal so that if you really need to use its functionality, and understand breaking changes will be made, you are able to.

These packages will be refactored in the future so that the API generator and model parsers are exposed cleanly on their own. Making it easier for you to generate your own code based on the API models.