rclone/Gopkg.toml
2018-07-08 21:41:00 -07:00

15 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]]
name = "github.com/Azure/azure-storage-blob-go"
version = "0.1.4"