@@ -8,6 +8,7 @@ require (
8
8
cloud.google.com/go/bigtable v1.33.0
9
9
cloud.google.com/go/pubsub v1.45.1
10
10
cloud.google.com/go/storage v1.47.0
11
+ dario.cat/mergo v1.0.1
11
12
github.com/Azure/azure-pipeline-go v0.2.3
12
13
github.com/Azure/azure-storage-blob-go v0.15.0
13
14
github.com/Azure/go-autorest/autorest/adal v0.9.24
@@ -59,7 +60,6 @@ require (
59
60
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
60
61
github.com/hashicorp/consul/api v1.30.0
61
62
github.com/hashicorp/golang-lru/v2 v2.0.7
62
- github.com/imdario/mergo v0.3.16
63
63
github.com/influxdata/telegraf v1.16.3
64
64
github.com/jmespath/go-jmespath v0.4.0
65
65
github.com/joncrlsn/dque v0.0.0-20211108142734-c2ef48c5192a
@@ -159,7 +159,6 @@ require (
159
159
cloud.google.com/go/auth v0.10.2 // indirect
160
160
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
161
161
cloud.google.com/go/monitoring v1.21.2 // indirect
162
- dario.cat/mergo v1.0.1 // indirect
163
162
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
164
163
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
165
164
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
@@ -173,6 +172,7 @@ require (
173
172
github.com/goccy/go-json v0.10.3 // indirect
174
173
github.com/gorilla/handlers v1.5.2 // indirect
175
174
github.com/hashicorp/golang-lru v0.6.0 // indirect
175
+ github.com/imdario/mergo v0.3.16 // indirect
176
176
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
177
177
github.com/moby/docker-image-spec v1.3.1 // indirect
178
178
github.com/moby/sys/userns v0.1.0 // indirect
0 commit comments