This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from vania-pooh/master
Supporting Docker API 1.40 (fixes #602)
- Loading branch information
Showing
2 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,22 @@ | ||
module github.com/aerokube/selenoid | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/Microsoft/go-winio v0.4.6 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e | ||
github.com/aerokube/util v0.0.0-20181001032247-3a9b3f70da09 | ||
github.com/aerokube/util v0.0.0-20181109152531-929c045711cf | ||
github.com/aws/aws-sdk-go v1.14.27 | ||
github.com/docker/distribution v0.0.0-20180105232752-277ed486c948 // indirect | ||
github.com/docker/docker v0.0.0-20180928132037-deac65c92950 | ||
github.com/docker/docker v0.7.3-0.20181109141713-1e7c43dfae3f | ||
github.com/docker/go-connections v0.3.0 | ||
github.com/docker/go-units v0.3.2 | ||
github.com/go-ini/ini v1.38.1 // indirect | ||
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 // indirect | ||
github.com/google/go-cmp v0.2.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.6.2 // indirect | ||
github.com/imdario/mergo v0.3.6 | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect | ||
github.com/jtolds/gls v4.2.1+incompatible // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c | ||
github.com/pkg/errors v0.8.0 | ||
github.com/sirupsen/logrus v1.1.1 // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect | ||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d | ||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect | ||
google.golang.org/grpc v1.15.0 // indirect | ||
gopkg.in/ini.v1 v1.39.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
gotest.tools v2.1.0+incompatible // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters