@@ -3,7 +3,7 @@ module github.com/marklogic/marklogic-kubernetes
3
3
go 1.23.6
4
4
5
5
require (
6
- github.com/docker/docker v24 .0.7 +incompatible
6
+ github.com/docker/docker v28 .0.4 +incompatible
7
7
github.com/gruntwork-io/terratest v0.48.2
8
8
github.com/imroc/req/v3 v3.50.0
9
9
github.com/stretchr/testify v1.10.0
@@ -16,7 +16,6 @@ require (
16
16
github.com/Microsoft/go-winio v0.4.14 // indirect
17
17
github.com/andybalholm/brotli v1.1.1 // indirect
18
18
github.com/cloudflare/circl v1.5.0 // indirect
19
- github.com/docker/distribution v2.8.2+incompatible // indirect
20
19
github.com/docker/go-connections v0.5.0 // indirect
21
20
github.com/docker/go-units v0.5.0 // indirect
22
21
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
@@ -58,7 +57,7 @@ require (
58
57
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
59
58
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
60
59
golang.org/x/mod v0.22.0 // indirect
61
- golang.org/x/sync v0.10 .0 // indirect
60
+ golang.org/x/sync v0.11 .0 // indirect
62
61
golang.org/x/tools v0.28.0 // indirect
63
62
)
64
63
@@ -101,11 +100,15 @@ require (
101
100
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
102
101
github.com/aws/smithy-go v1.22.1 // indirect
103
102
github.com/boombuler/barcode v1.0.1 // indirect
103
+ github.com/containerd/log v0.1.0 // indirect
104
104
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
105
105
github.com/davecgh/go-spew v1.1.1 // indirect
106
+ github.com/distribution/reference v0.6.0 // indirect
107
+ github.com/felixge/httpsnoop v1.0.4 // indirect
106
108
github.com/ghodss/yaml v1.0.0 // indirect
107
109
github.com/go-errors/errors v1.5.1 // indirect
108
110
github.com/go-logr/logr v1.4.2 // indirect
111
+ github.com/go-logr/stdr v1.2.2 // indirect
109
112
github.com/go-sql-driver/mysql v1.8.1 // indirect
110
113
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
111
114
github.com/gogo/protobuf v1.3.2 // indirect
@@ -124,6 +127,7 @@ require (
124
127
github.com/json-iterator/go v1.1.12 // indirect
125
128
github.com/mattn/go-zglob v0.0.4 // indirect
126
129
github.com/mitchellh/go-homedir v1.1.0 // indirect
130
+ github.com/moby/docker-image-spec v1.3.1 // indirect
127
131
github.com/moby/spdystream v0.2.0 // indirect
128
132
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
129
133
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -133,15 +137,22 @@ require (
133
137
github.com/spf13/pflag v1.0.5 // indirect
134
138
github.com/tidwall/match v1.1.1 // indirect
135
139
github.com/tidwall/pretty v1.2.0 // indirect
140
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
141
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
142
+ go.opentelemetry.io/otel v1.35.0 // indirect
143
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
144
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
145
+ go.opentelemetry.io/otel/sdk v1.35.0 // indirect
146
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
136
147
go.uber.org/mock v0.5.0 // indirect
137
- golang.org/x/crypto v0.32 .0 // indirect
138
- golang.org/x/net v0.34 .0 // indirect
148
+ golang.org/x/crypto v0.33 .0 // indirect
149
+ golang.org/x/net v0.35 .0 // indirect
139
150
golang.org/x/oauth2 v0.24.0 // indirect
140
- golang.org/x/sys v0.29 .0 // indirect
141
- golang.org/x/term v0.28 .0 // indirect
142
- golang.org/x/text v0.21 .0 // indirect
151
+ golang.org/x/sys v0.30 .0 // indirect
152
+ golang.org/x/term v0.29 .0 // indirect
153
+ golang.org/x/text v0.22 .0 // indirect
143
154
golang.org/x/time v0.8.0 // indirect
144
- google.golang.org/protobuf v1.35.1 // indirect
155
+ google.golang.org/protobuf v1.36.5 // indirect
145
156
gopkg.in/inf.v0 v0.9.1 // indirect
146
157
gopkg.in/yaml.v2 v2.4.0 // indirect
147
158
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments