swirl/Gopkg.toml

52 lines
1022 B
TOML
Raw Normal View History

2017-11-15 06:31:37 +00:00
required = ["github.com/docker/distribution"]
[[override]]
branch = "master"
name = "github.com/gobwas/pool"
2017-09-26 12:50:09 +00:00
[[constraint]]
branch = "master"
2017-11-15 06:31:37 +00:00
name = "github.com/cuigh/auxo"
2017-09-26 12:50:09 +00:00
[[constraint]]
2017-11-15 06:31:37 +00:00
name = "github.com/docker/docker"
2017-09-26 12:50:09 +00:00
branch = "master"
2017-11-15 06:31:37 +00:00
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"
2017-09-26 12:50:09 +00:00
2017-11-15 06:31:37 +00:00
[[constraint]]
name = "github.com/mattn/go-shellwords"
version = "1.0.3"
[[constraint]]
2017-09-26 12:50:09 +00:00
branch = "master"
2017-11-15 06:31:37 +00:00
name = "github.com/mitchellh/mapstructure"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
branch = "master"
name = "github.com/globalsign/mgo"
2017-11-15 06:31:37 +00:00
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
[[constraint]]
name = "github.com/docker/distribution"
2018-04-27 13:17:00 +00:00
branch = "master"
[[constraint]]
name = "github.com/boltdb/bolt"
source = "https://github.com/coreos/bbolt.git"
version = "1.3.1-coreos.6"