@@ -31,19 +31,23 @@ require (
31
31
github.com/beorn7/perks v1.0.1 // indirect
32
32
github.com/blang/semver/v4 v4.0.0 // indirect
33
33
github.com/cespare/xxhash/v2 v2.2.0 // indirect
34
+ github.com/containerd/log v0.1.0 // indirect
34
35
github.com/coredns/caddy v1.1.0 // indirect
35
36
github.com/coredns/corefile-migration v1.0.21 // indirect
36
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
+ github.com/distribution/reference v0.6.0 // indirect
37
39
github.com/docker/distribution v2.8.2+incompatible // indirect
38
- github.com/docker/docker v24 .0.7 +incompatible // indirect
40
+ github.com/docker/docker v25 .0.6 +incompatible // indirect
39
41
github.com/docker/go-connections v0.4.0 // indirect
40
42
github.com/docker/go-units v0.4.0 // indirect
41
43
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
42
44
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
43
45
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
44
46
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
47
+ github.com/felixge/httpsnoop v1.0.3 // indirect
45
48
github.com/fsnotify/fsnotify v1.6.0 // indirect
46
- github.com/go-logr/logr v1.4.1 // indirect
49
+ github.com/go-logr/logr v1.4.2 // indirect
50
+ github.com/go-logr/stdr v1.2.2 // indirect
47
51
github.com/go-openapi/jsonpointer v0.19.5 // indirect
48
52
github.com/go-openapi/jsonreference v0.20.0 // indirect
49
53
github.com/go-openapi/swag v0.22.3 // indirect
@@ -61,7 +65,7 @@ require (
61
65
github.com/google/gofuzz v1.2.0 // indirect
62
66
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
63
67
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
64
- github.com/google/uuid v1.3 .0 // indirect
68
+ github.com/google/uuid v1.6 .0 // indirect
65
69
github.com/hashicorp/hcl v1.0.0 // indirect
66
70
github.com/huandu/xstrings v1.3.3 // indirect
67
71
github.com/imdario/mergo v0.3.13 // indirect
@@ -97,18 +101,24 @@ require (
97
101
github.com/stoewer/go-strcase v1.2.0 // indirect
98
102
github.com/subosito/gotenv v1.4.2 // indirect
99
103
github.com/valyala/fastjson v1.6.4 // indirect
100
- golang.org/x/crypto v0.23.0 // indirect
101
- golang.org/x/net v0.25.0 // indirect
104
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
105
+ go.opentelemetry.io/otel v1.28.0 // indirect
106
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
107
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
108
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
109
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
110
+ golang.org/x/crypto v0.24.0 // indirect
111
+ golang.org/x/net v0.26.0 // indirect
102
112
golang.org/x/oauth2 v0.6.0 // indirect
103
- golang.org/x/sys v0.20 .0 // indirect
104
- golang.org/x/term v0.20 .0 // indirect
105
- golang.org/x/text v0.15 .0 // indirect
113
+ golang.org/x/sys v0.21 .0 // indirect
114
+ golang.org/x/term v0.21 .0 // indirect
115
+ golang.org/x/text v0.16 .0 // indirect
106
116
golang.org/x/time v0.3.0 // indirect
107
- golang.org/x/tools v0.21.0 // indirect
117
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
108
118
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
109
119
google.golang.org/appengine v1.6.7 // indirect
110
120
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
111
- google.golang.org/protobuf v1.33.0 // indirect
121
+ google.golang.org/protobuf v1.34.2 // indirect
112
122
gopkg.in/inf.v0 v0.9.1 // indirect
113
123
gopkg.in/ini.v1 v1.67.0 // indirect
114
124
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments