Skip to content

Commit 0185b7d

Browse files
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 0.0.0-20190121204153-8d7889e51013 to 28.0.0-rc.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/commits/v28.0.0-rc.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4578e43 commit 0185b7d

2 files changed

Lines changed: 548 additions & 38 deletions

File tree

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
module github.com/hyperscale/hypercloud
22

33
require (
4-
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
54
github.com/DataDog/zstd v1.3.5 // indirect
65
github.com/Microsoft/go-winio v0.4.11 // indirect
7-
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
86
github.com/Sereal/Sereal v0.0.0-20190110175625-d6cf5b5efa3b // indirect
97
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
108
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
@@ -17,14 +15,15 @@ require (
1715
github.com/bugsnag/panicwrap v1.2.0 // indirect
1816
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
1917
github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e // indirect
20-
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
18+
github.com/containerd/log v0.1.0 // indirect
2119
github.com/coreos/etcd v3.3.13+incompatible // indirect
2220
github.com/coreos/go-semver v0.3.1
2321
github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952 // indirect
22+
github.com/distribution/reference v0.6.0 // indirect
2423
github.com/docker/cli v0.0.0-20190121150209-01a591477c1f
2524
github.com/docker/compose-on-kubernetes v0.4.18 // indirect
2625
github.com/docker/distribution v2.7.1+incompatible // indirect
27-
github.com/docker/docker v0.0.0-20190121204153-8d7889e51013
26+
github.com/docker/docker v28.0.0-rc.1+incompatible
2827
github.com/docker/docker-credential-helpers v0.6.1 // indirect
2928
github.com/docker/go v1.5.1-1 // indirect
3029
github.com/docker/go-connections v0.4.0
@@ -56,9 +55,9 @@ require (
5655
github.com/lib/pq v1.0.0 // indirect
5756
github.com/mattn/go-shellwords v1.0.3 // indirect
5857
github.com/miekg/pkcs11 v0.0.0-20181204074848-79c216b7cb4d // indirect
59-
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
60-
github.com/opencontainers/image-spec v1.0.1 // indirect
61-
github.com/opencontainers/runc v0.1.1 // indirect
58+
github.com/moby/docker-image-spec v1.3.1 // indirect
59+
github.com/moby/term v0.5.2 // indirect
60+
github.com/morikuni/aec v1.0.0 // indirect
6261
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
6362
github.com/pkg/errors v0.9.1
6463
github.com/rs/cors v1.11.1
@@ -71,13 +70,16 @@ require (
7170
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7271
github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad // indirect
7372
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
73+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
74+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 // indirect
7475
golang.org/x/crypto v0.33.0
7576
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
7677
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
7778
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
7879
gopkg.in/inf.v0 v0.9.1 // indirect
7980
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
8081
gotest.tools v2.2.0+incompatible // indirect
82+
gotest.tools/v3 v3.5.2 // indirect
8183
k8s.io/api v0.0.0-20181221193117-173ce66c1e39 // indirect
8284
k8s.io/apimachinery v0.0.0-20190119020841-d41becfba9ee // indirect
8385
k8s.io/client-go v10.0.0+incompatible // indirect

0 commit comments

Comments
 (0)