|
1 | 1 | module github.com/silenium-dev/docker-wrapper |
2 | 2 |
|
3 | | -go 1.24 |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +toolchain go1.24.5 |
4 | 6 |
|
5 | 7 | require ( |
| 8 | + github.com/BurntSushi/toml v1.5.0 |
| 9 | + github.com/Microsoft/go-winio v0.6.2 |
| 10 | + github.com/blang/semver/v4 v4.0.0 |
6 | 11 | github.com/containerd/errdefs v1.0.0 |
7 | | - github.com/containerd/platforms v0.2.1 |
| 12 | + github.com/containerd/platforms v1.0.0-rc.1 |
| 13 | + github.com/containers/common v0.64.1 |
| 14 | + github.com/containers/podman/v5 v5.5.2 |
| 15 | + github.com/containers/storage v1.59.1 |
8 | 16 | github.com/cpuguy83/dockercfg v0.3.2 |
9 | 17 | github.com/distribution/reference v0.6.0 |
10 | | - github.com/docker/docker v28.3.2+incompatible |
| 18 | + github.com/docker/docker v28.3.3+incompatible |
11 | 19 | github.com/docker/go-units v0.5.0 |
12 | 20 | github.com/google/go-containerregistry v0.20.6 |
| 21 | + github.com/hashicorp/go-multierror v1.1.1 |
| 22 | + github.com/kevinburke/ssh_config v1.2.0 |
| 23 | + github.com/moby/sys/capability v0.4.0 |
13 | 24 | github.com/opencontainers/go-digest v1.0.0 |
14 | 25 | github.com/opencontainers/image-spec v1.1.1 |
| 26 | + github.com/opencontainers/runtime-spec v1.2.1 |
| 27 | + github.com/opencontainers/selinux v1.12.0 |
| 28 | + github.com/pkg/sftp v1.13.9 |
| 29 | + github.com/sirupsen/logrus v1.9.3 |
| 30 | + github.com/skeema/knownhosts v1.3.1 |
| 31 | + github.com/stretchr/testify v1.10.0 |
15 | 32 | go.uber.org/zap v1.27.0 |
| 33 | + golang.org/x/crypto v0.40.0 |
| 34 | + golang.org/x/net v0.42.0 |
| 35 | + golang.org/x/sys v0.34.0 |
| 36 | + golang.org/x/term v0.33.0 |
| 37 | + k8s.io/apimachinery v0.33.3 |
| 38 | + tags.cncf.io/container-device-interface v1.0.1 |
16 | 39 | ) |
17 | 40 |
|
18 | 41 | require ( |
19 | | - github.com/Microsoft/go-winio v0.6.2 // indirect |
20 | | - github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
21 | 42 | github.com/containerd/errdefs/pkg v0.3.0 // indirect |
22 | 43 | github.com/containerd/log v0.1.0 // indirect |
23 | 44 | github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect |
24 | | - github.com/docker/cli v28.3.2+incompatible // indirect |
| 45 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 46 | + github.com/docker/cli v28.3.3+incompatible // indirect |
25 | 47 | github.com/docker/distribution v2.8.3+incompatible // indirect |
26 | 48 | github.com/docker/docker-credential-helpers v0.9.3 // indirect |
27 | 49 | github.com/docker/go-connections v0.5.0 // indirect |
28 | 50 | github.com/felixge/httpsnoop v1.0.4 // indirect |
29 | 51 | github.com/go-logr/logr v1.4.3 // indirect |
30 | 52 | github.com/go-logr/stdr v1.2.2 // indirect |
31 | 53 | github.com/gogo/protobuf v1.3.2 // indirect |
| 54 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
32 | 55 | github.com/klauspost/compress v1.18.0 // indirect |
| 56 | + github.com/kr/fs v0.1.0 // indirect |
33 | 57 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
34 | 58 | github.com/moby/docker-image-spec v1.3.1 // indirect |
35 | | - github.com/moby/sys/sequential v0.6.0 // indirect |
36 | | - github.com/moby/term v0.5.2 // indirect |
| 59 | + github.com/moby/sys/mountinfo v0.7.2 // indirect |
| 60 | + github.com/moby/sys/user v0.4.0 // indirect |
37 | 61 | github.com/pkg/errors v0.9.1 // indirect |
38 | | - github.com/sirupsen/logrus v1.9.3 // indirect |
| 62 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
39 | 63 | github.com/vbatts/tar-split v0.12.1 // indirect |
40 | 64 | go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
41 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 65 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect |
42 | 66 | go.opentelemetry.io/otel v1.37.0 // indirect |
43 | 67 | go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect |
| 68 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect |
44 | 69 | go.opentelemetry.io/otel/metric v1.37.0 // indirect |
45 | | - go.opentelemetry.io/otel/sdk v1.37.0 // indirect |
46 | 70 | go.opentelemetry.io/otel/trace v1.37.0 // indirect |
47 | | - go.opentelemetry.io/proto/otlp v1.7.0 // indirect |
| 71 | + go.opentelemetry.io/proto/otlp v1.7.1 // indirect |
48 | 72 | go.uber.org/multierr v1.11.0 // indirect |
49 | 73 | golang.org/x/sync v0.16.0 // indirect |
50 | | - golang.org/x/sys v0.34.0 // indirect |
51 | 74 | golang.org/x/time v0.12.0 // indirect |
52 | | - google.golang.org/protobuf v1.36.6 // indirect |
53 | | - gotest.tools/v3 v3.5.2 // indirect |
| 75 | + google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect |
| 76 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect |
| 77 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
54 | 78 | ) |
0 commit comments