mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
999b9ec5a1
This feature is only valid on single node since container API is not Swarmable
52 lines
1022 B
TOML
52 lines
1022 B
TOML
required = ["github.com/docker/distribution"]
|
|
|
|
[[override]]
|
|
branch = "master"
|
|
name = "github.com/gobwas/pool"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/cuigh/auxo"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/docker"
|
|
branch = "master"
|
|
source = "https://github.com/moby/moby.git"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/go-connections"
|
|
version = "0.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/go-units"
|
|
version = "0.3.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mattn/go-shellwords"
|
|
version = "1.0.3"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/mitchellh/mapstructure"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/globalsign/mgo"
|
|
|
|
[[constraint]]
|
|
branch = "v2"
|
|
name = "gopkg.in/yaml.v2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/distribution"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/boltdb/bolt"
|
|
source = "https://github.com/coreos/bbolt.git"
|
|
version = "1.3.1-coreos.6"
|