Nick Craig-Wood
b84cc0cae7
vendor: run go tidy and go vendor
2019-08-14 16:15:34 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
43bc381e90
vendor: update all dependencies
2019-02-10 20:55:16 +00:00
Nick Craig-Wood
da1682a30e
vendor: switch to using go1.11 modules
2018-08-28 16:08:48 +01:00
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
Nick Craig-Wood
d64789528d
vendor: update all dependencies
2018-03-19 15:51:38 +00:00
Nick Craig-Wood
7d3a17725d
vendor: update all dependencies to latest versions
2018-01-16 13:20:59 +00:00
Nick Craig-Wood
b017fcfe9a
vendor: update all dependencies to latest versions
2017-09-30 15:27:27 +01:00
Nick Craig-Wood
eb87cf6f12
vendor: update all dependencies
2017-07-23 08:51:42 +01:00
Nick Craig-Wood
98c2d2c41b
Switch to using the dep tool and update all the dependencies
2017-05-11 15:39:54 +01:00
Nick Craig-Wood
8ec57d145e
Update vendor directory
...
Re-added cobra patch 499475bb41
2017-02-17 16:49:51 +00:00