Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #242 from duck8823/fix/downgrade_docker_version
Browse files Browse the repository at this point in the history
Fix downgrade docker client version to 1.39
  • Loading branch information
duck8823 authored May 8, 2019
2 parents 7f135b1 + d3c2eeb commit e034c48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 75 deletions.
16 changes: 14 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ module github.com/duck8823/duci

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible // indirect
github.com/docker/docker v0.7.3-0.20180814124044-678d4b3a6d4c
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.1 // indirect
github.com/go-chi/chi v3.3.4+incompatible
github.com/gogo/protobuf v1.2.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/mock v1.3.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-cmp v0.3.0
Expand All @@ -16,12 +22,17 @@ require (
github.com/hashicorp/go-version v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/labstack/gommon v0.2.8
github.com/moby/buildkit v0.5.0
github.com/moby/buildkit v0.3.3
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/rhysd/go-github-selfupdate v1.1.0
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
Expand All @@ -31,4 +42,5 @@ require (
gopkg.in/h2non/gock.v1 v1.0.14
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/yaml.v2 v2.2.2
gotest.tools v2.2.0+incompatible // indirect
)
Loading

0 comments on commit e034c48

Please sign in to comment.