1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/Gopkg.toml

16 lines
391 B
TOML
Raw Normal View History

# pin this to master to pull in the macOS changes
2018-06-17 18:59:12 +02:00
# can likely remove for 1.43
[[override]]
2018-03-19 16:51:38 +01:00
branch = "master"
name = "github.com/sevlyar/go-daemon"
# pin this to master to pull in the fix for linux/mips
2018-06-17 18:59:12 +02:00
# 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"