|
1 | 1 | module github.com/zeromake/docker-debug |
2 | 2 |
|
3 | | -go 1.12 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.21.1 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/BurntSushi/toml v1.1.0 |
7 | | - github.com/Microsoft/go-winio v0.5.2 // indirect |
| 8 | + github.com/BurntSushi/toml v1.4.0 |
8 | 9 | github.com/blang/semver v3.5.1+incompatible |
| 10 | + github.com/docker/docker v27.1.1+incompatible |
| 11 | + github.com/moby/term v0.5.0 |
| 12 | + github.com/pkg/errors v0.9.1 |
| 13 | + github.com/sirupsen/logrus v1.9.3 |
| 14 | + github.com/spf13/cobra v1.8.1 |
| 15 | +) |
| 16 | + |
| 17 | +require ( |
| 18 | + github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect |
| 19 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
9 | 20 | github.com/containerd/log v0.1.0 // indirect |
10 | 21 | github.com/distribution/reference v0.6.0 // indirect |
11 | | - github.com/docker/docker v26.1.5+incompatible |
12 | | - github.com/docker/go-connections v0.4.0 // indirect |
13 | | - github.com/docker/go-units v0.4.0 // indirect |
| 22 | + github.com/docker/go-connections v0.5.0 // indirect |
| 23 | + github.com/docker/go-units v0.5.0 // indirect |
| 24 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 25 | + github.com/go-logr/logr v1.4.2 // indirect |
| 26 | + github.com/go-logr/stdr v1.2.2 // indirect |
14 | 27 | github.com/gogo/protobuf v1.3.2 // indirect |
| 28 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
15 | 29 | github.com/moby/docker-image-spec v1.3.1 // indirect |
16 | | - github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 |
17 | 30 | github.com/morikuni/aec v1.0.0 // indirect |
18 | | - github.com/pkg/errors v0.9.1 |
19 | | - github.com/sirupsen/logrus v1.9.3 |
20 | | - github.com/spf13/cobra v1.5.0 |
| 31 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 32 | + github.com/opencontainers/image-spec v1.1.0 // indirect |
| 33 | + github.com/spf13/pflag v1.0.5 // indirect |
21 | 34 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect |
| 35 | + go.opentelemetry.io/otel v1.28.0 // indirect |
22 | 36 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect |
| 37 | + go.opentelemetry.io/otel/metric v1.28.0 // indirect |
| 38 | + go.opentelemetry.io/otel/sdk v1.28.0 // indirect |
| 39 | + go.opentelemetry.io/otel/trace v1.28.0 // indirect |
| 40 | + golang.org/x/net v0.28.0 // indirect |
| 41 | + golang.org/x/sys v0.24.0 // indirect |
| 42 | + golang.org/x/time v0.5.0 // indirect |
| 43 | + gotest.tools/v3 v3.5.1 // indirect |
23 | 44 | ) |
0 commit comments