mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
6427029c4e
* 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
21 lines
616 B
TOML
21 lines
616 B
TOML
# github.com/yunify/qingstor-sdk-go depends on an old version of
|
|
# github.com/pengsrc/go-shared - pin the version here
|
|
#
|
|
# When the version here moves on, we can unpin
|
|
# https://github.com/yunify/qingstor-sdk-go/blob/master/glide.yaml
|
|
[[override]]
|
|
version = "=v0.1.1"
|
|
name = "github.com/pengsrc/go-shared"
|
|
|
|
# pin this to master to pull in the macOS changes
|
|
# can likely remove for 1.42
|
|
[[override]]
|
|
branch = "master"
|
|
name = "github.com/sevlyar/go-daemon"
|
|
|
|
# pin this to master to pull in the fix for linux/mips
|
|
# can likely remove for 1.42
|
|
[[override]]
|
|
branch = "master"
|
|
name = "github.com/coreos/bbolt"
|