mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
6efedc4043
Removed references to older sdk and added new version sdk(2018-03-28)
16 lines
391 B
TOML
16 lines
391 B
TOML
# pin this to master to pull in the macOS changes
|
|
# can likely remove for 1.43
|
|
[[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.43
|
|
[[override]]
|
|
branch = "master"
|
|
name = "github.com/coreos/bbolt"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/Azure/azure-storage-blob-go"
|