|
1 | 1 | module github.com/tinkerbell/hook/hook-bootkit
|
2 | 2 |
|
3 |
| -go 1.22 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 |
| -toolchain go1.22.6 |
| 5 | +toolchain go1.24.1 |
6 | 6 |
|
7 | 7 | require (
|
8 | 8 | github.com/cenkalti/backoff/v4 v4.3.0
|
9 |
| - github.com/docker/docker v26.1.0+incompatible |
10 |
| - github.com/go-logr/logr v1.4.1 |
| 9 | + github.com/docker/docker v28.3.2+incompatible |
| 10 | + github.com/go-logr/logr v1.4.3 |
11 | 11 | github.com/go-logr/zerologr v1.2.3
|
12 |
| - github.com/rs/zerolog v1.30.0 |
| 12 | + github.com/rs/zerolog v1.34.0 |
13 | 13 | )
|
14 | 14 |
|
15 | 15 | require (
|
16 |
| - github.com/Microsoft/go-winio v0.6.1 // indirect |
| 16 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 17 | + github.com/containerd/errdefs v1.0.0 // indirect |
| 18 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
17 | 19 | github.com/containerd/log v0.1.0 // indirect
|
18 | 20 | github.com/distribution/reference v0.6.0 // indirect
|
19 |
| - github.com/docker/go-connections v0.4.0 // indirect |
| 21 | + github.com/docker/go-connections v0.5.0 // indirect |
20 | 22 | github.com/docker/go-units v0.5.0 // indirect
|
21 | 23 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
22 | 24 | github.com/go-logr/stdr v1.2.2 // indirect
|
23 | 25 | github.com/gogo/protobuf v1.3.2 // indirect
|
24 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
25 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
| 26 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 27 | + github.com/mattn/go-isatty v0.0.20 // indirect |
26 | 28 | github.com/moby/docker-image-spec v1.3.1 // indirect
|
27 |
| - github.com/moby/term v0.5.0 // indirect |
| 29 | + github.com/moby/sys/atomicwriter v0.1.0 // indirect |
| 30 | + github.com/moby/term v0.5.2 // indirect |
28 | 31 | github.com/morikuni/aec v1.0.0 // indirect
|
29 | 32 | github.com/opencontainers/go-digest v1.0.0 // indirect
|
30 |
| - github.com/opencontainers/image-spec v1.0.2 // indirect |
| 33 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
31 | 34 | github.com/pkg/errors v0.9.1 // indirect
|
32 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect |
33 |
| - go.opentelemetry.io/otel v1.26.0 // indirect |
34 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect |
35 |
| - go.opentelemetry.io/otel/metric v1.26.0 // indirect |
36 |
| - go.opentelemetry.io/otel/sdk v1.26.0 // indirect |
37 |
| - go.opentelemetry.io/otel/trace v1.26.0 // indirect |
38 |
| - golang.org/x/mod v0.8.0 // indirect |
39 |
| - golang.org/x/net v0.23.0 // indirect |
40 |
| - golang.org/x/sys v0.19.0 // indirect |
41 |
| - golang.org/x/time v0.3.0 // indirect |
42 |
| - golang.org/x/tools v0.6.0 // indirect |
43 |
| - gotest.tools/v3 v3.5.0 // indirect |
| 35 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 36 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect |
| 37 | + go.opentelemetry.io/otel v1.37.0 // indirect |
| 38 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect |
| 39 | + go.opentelemetry.io/otel/metric v1.37.0 // indirect |
| 40 | + go.opentelemetry.io/otel/trace v1.37.0 // indirect |
| 41 | + golang.org/x/net v0.42.0 // indirect |
| 42 | + golang.org/x/sys v0.34.0 // indirect |
| 43 | + golang.org/x/time v0.12.0 // indirect |
| 44 | + gotest.tools/v3 v3.5.2 // indirect |
44 | 45 | )
|
0 commit comments