@@ -3,7 +3,7 @@ module github.com/marklogic/marklogic-kubernetes
33go 1.23.6
44
55require (
6- github.com/docker/docker v24 .0.7 +incompatible
6+ github.com/docker/docker v28 .0.4 +incompatible
77 github.com/gruntwork-io/terratest v0.48.2
88 github.com/imroc/req/v3 v3.50.0
99 github.com/stretchr/testify v1.10.0
@@ -16,7 +16,6 @@ require (
1616 github.com/Microsoft/go-winio v0.4.14 // indirect
1717 github.com/andybalholm/brotli v1.1.1 // indirect
1818 github.com/cloudflare/circl v1.5.0 // indirect
19- github.com/docker/distribution v2.8.2+incompatible // indirect
2019 github.com/docker/go-connections v0.5.0 // indirect
2120 github.com/docker/go-units v0.5.0 // indirect
2221 github.com/emicklei/go-restful/v3 v3.11.2 // indirect
@@ -58,7 +57,7 @@ require (
5857 github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
5958 golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
6059 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
6261 golang.org/x/tools v0.28.0 // indirect
6362)
6463
@@ -101,11 +100,15 @@ require (
101100 github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
102101 github.com/aws/smithy-go v1.22.1 // indirect
103102 github.com/boombuler/barcode v1.0.1 // indirect
103+ github.com/containerd/log v0.1.0 // indirect
104104 github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
105105 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
106108 github.com/ghodss/yaml v1.0.0 // indirect
107109 github.com/go-errors/errors v1.5.1 // indirect
108110 github.com/go-logr/logr v1.4.2 // indirect
111+ github.com/go-logr/stdr v1.2.2 // indirect
109112 github.com/go-sql-driver/mysql v1.8.1 // indirect
110113 github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
111114 github.com/gogo/protobuf v1.3.2 // indirect
@@ -124,6 +127,7 @@ require (
124127 github.com/json-iterator/go v1.1.12 // indirect
125128 github.com/mattn/go-zglob v0.0.4 // indirect
126129 github.com/mitchellh/go-homedir v1.1.0 // indirect
130+ github.com/moby/docker-image-spec v1.3.1 // indirect
127131 github.com/moby/spdystream v0.2.0 // indirect
128132 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
129133 github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -133,15 +137,22 @@ require (
133137 github.com/spf13/pflag v1.0.5 // indirect
134138 github.com/tidwall/match v1.1.1 // indirect
135139 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
136147 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
139150 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
143154 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
145156 gopkg.in/inf.v0 v0.9.1 // indirect
146157 gopkg.in/yaml.v2 v2.4.0 // indirect
147158 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments