@@ -6,7 +6,7 @@ require (
6
6
github.com/charmbracelet/log v0.4.0
7
7
github.com/efritz/pentimento v0.0.0-20190429011147-ade47d831101
8
8
github.com/sourcegraph/scip v0.4.1-0.20240819152428-9c4970218f55
9
- golang.org/x/tools v0.19 .0
9
+ golang.org/x/tools v0.33 .0
10
10
golang.org/x/tools/go/vcs v0.1.0-deprecated
11
11
)
12
12
@@ -20,17 +20,20 @@ require (
20
20
github.com/bufbuild/connect-opentelemetry-go v0.4.0 // indirect
21
21
github.com/bufbuild/protocompile v0.5.1 // indirect
22
22
github.com/charmbracelet/lipgloss v0.10.0 // indirect
23
+ github.com/containerd/log v0.1.0 // indirect
23
24
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
25
+ github.com/distribution/reference v0.6.0 // indirect
24
26
github.com/docker/cli v24.0.4+incompatible // indirect
25
27
github.com/docker/distribution v2.8.2+incompatible // indirect
26
- github.com/docker/docker v24 .0.4 +incompatible // indirect
28
+ github.com/docker/docker v28 .0.0 +incompatible // indirect
27
29
github.com/docker/docker-credential-helpers v0.8.0 // indirect
28
30
github.com/docker/go-connections v0.4.0 // indirect
29
31
github.com/docker/go-units v0.5.0 // indirect
30
32
github.com/felixge/fgprof v0.9.3 // indirect
33
+ github.com/felixge/httpsnoop v1.0.4 // indirect
31
34
github.com/go-chi/chi/v5 v5.0.10 // indirect
32
35
github.com/go-logfmt/logfmt v0.6.0 // indirect
33
- github.com/go-logr/logr v1.2.4 // indirect
36
+ github.com/go-logr/logr v1.4.3 // indirect
34
37
github.com/go-logr/stdr v1.2.2 // indirect
35
38
github.com/gofrs/uuid/v5 v5.0.0 // indirect
36
39
github.com/gogo/protobuf v1.3.2 // indirect
@@ -40,6 +43,7 @@ require (
40
43
github.com/mattn/go-isatty v0.0.19 // indirect
41
44
github.com/mattn/go-runewidth v0.0.15 // indirect
42
45
github.com/mitchellh/go-homedir v1.1.0 // indirect
46
+ github.com/moby/docker-image-spec v1.3.1 // indirect
43
47
github.com/moby/term v0.5.0 // indirect
44
48
github.com/morikuni/aec v1.0.0 // indirect
45
49
github.com/muesli/reflow v0.3.0 // indirect
@@ -51,11 +55,14 @@ require (
51
55
github.com/sirupsen/logrus v1.9.3 // indirect
52
56
github.com/tetratelabs/wazero v1.3.0 // indirect
53
57
github.com/vbatts/tar-split v0.11.3 // indirect
54
- go.opentelemetry.io/otel v1.16.0 // indirect
55
- go.opentelemetry.io/otel/metric v1.16.0 // indirect
56
- go.opentelemetry.io/otel/sdk v1.16.0 // indirect
57
- go.opentelemetry.io/otel/trace v1.16.0 // indirect
58
- golang.org/x/sync v0.6.0 // indirect
58
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
59
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
60
+ go.opentelemetry.io/otel v1.37.0 // indirect
61
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
62
+ go.opentelemetry.io/otel/metric v1.37.0 // indirect
63
+ go.opentelemetry.io/otel/sdk v1.37.0 // indirect
64
+ go.opentelemetry.io/otel/trace v1.37.0 // indirect
65
+ golang.org/x/sync v0.15.0 // indirect
59
66
)
60
67
61
68
require (
@@ -73,7 +80,7 @@ require (
73
80
github.com/envoyproxy/protoc-gen-validate v0.3.0-java // indirect
74
81
github.com/getsentry/sentry-go v0.12.0 // indirect
75
82
github.com/golang/protobuf v1.5.3 // indirect
76
- github.com/google/uuid v1.3 .0 // indirect
83
+ github.com/google/uuid v1.6 .0 // indirect
77
84
github.com/hexops/gotextdiff v1.0.3 // indirect
78
85
github.com/huandu/xstrings v1.0.0 // indirect
79
86
github.com/imdario/mergo v0.3.4 // indirect
@@ -90,22 +97,22 @@ require (
90
97
github.com/pmezard/go-difflib v1.0.0 // indirect
91
98
github.com/pseudomuto/protoc-gen-doc v1.5.1 // indirect
92
99
github.com/pseudomuto/protokit v0.2.0 // indirect
93
- github.com/rogpeppe/go-internal v1.10.0 // indirect
100
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
94
101
github.com/russross/blackfriday/v2 v2.1.0 // indirect
95
102
github.com/spf13/cobra v1.7.0 // indirect
96
103
github.com/spf13/pflag v1.0.5 // indirect
97
- github.com/stretchr/testify v1.9 .0
104
+ github.com/stretchr/testify v1.10 .0
98
105
go.uber.org/atomic v1.11.0 // indirect
99
106
go.uber.org/multierr v1.11.0 // indirect
100
107
go.uber.org/zap v1.24.0 // indirect
101
- golang.org/x/crypto v0.21 .0 // indirect
108
+ golang.org/x/crypto v0.39 .0 // indirect
102
109
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
103
- golang.org/x/mod v0.16 .0
104
- golang.org/x/net v0.22 .0 // indirect
105
- golang.org/x/sys v0.18 .0 // indirect
106
- golang.org/x/term v0.18 .0 // indirect
107
- golang.org/x/text v0.14 .0 // indirect
110
+ golang.org/x/mod v0.25 .0
111
+ golang.org/x/net v0.41 .0 // indirect
112
+ golang.org/x/sys v0.33 .0 // indirect
113
+ golang.org/x/term v0.32 .0 // indirect
114
+ golang.org/x/text v0.26 .0 // indirect
108
115
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
109
- google.golang.org/protobuf v1.31.0
116
+ google.golang.org/protobuf v1.36.6
110
117
gopkg.in/yaml.v3 v3.0.1 // indirect
111
118
)
0 commit comments