Skip to content

Commit ce4faf9

Browse files
Bump gocloud.dev from 0.40.0 to 0.44.0
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.40.0 to 0.44.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](google/go-cloud@v0.40.0...v0.44.0) --- updated-dependencies: - dependency-name: gocloud.dev dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c27c9aa commit ce4faf9

File tree

329 files changed

+7130
-152969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+7130
-152969
lines changed

go.mod

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
go.opencensus.io v0.24.0
4040
go.uber.org/automaxprocs v1.6.0
4141
go.uber.org/zap v1.27.0
42-
gocloud.dev v0.40.0
42+
gocloud.dev v0.44.0
4343
golang.org/x/net v0.49.0
4444
golang.org/x/oauth2 v0.34.0
4545
google.golang.org/api v0.265.0
@@ -88,10 +88,9 @@ require (
8888
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
8989
github.com/Microsoft/go-winio v0.6.2 // indirect
9090
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
91-
github.com/aws/aws-sdk-go v1.55.6 // indirect
9291
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect
9392
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.14 // indirect
94-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10 // indirect
93+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.3 // indirect
9594
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.15 // indirect
9695
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.15 // indirect
9796
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
@@ -142,7 +141,7 @@ require (
142141
github.com/go-openapi/jsonpointer v0.21.0 // indirect
143142
github.com/go-openapi/jsonreference v0.21.0 // indirect
144143
github.com/go-openapi/swag v0.23.1 // indirect
145-
github.com/go-sql-driver/mysql v1.8.1 // indirect
144+
github.com/go-sql-driver/mysql v1.9.3 // indirect
146145
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
147146
github.com/gogo/protobuf v1.3.2 // indirect
148147
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -154,7 +153,7 @@ require (
154153
github.com/google/gofuzz v1.2.0 // indirect
155154
github.com/google/s2a-go v0.1.9 // indirect
156155
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
157-
github.com/google/wire v0.6.0 // indirect
156+
github.com/google/wire v0.7.0 // indirect
158157
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
159158
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
160159
github.com/gorilla/websocket v1.5.3 // indirect
@@ -170,7 +169,6 @@ require (
170169
github.com/jackc/puddle/v2 v2.2.2 // indirect
171170
github.com/jinzhu/inflection v1.0.0 // indirect
172171
github.com/jinzhu/now v1.1.5 // indirect
173-
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
174172
github.com/josharian/intern v1.0.0 // indirect
175173
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
176174
github.com/kelseyhightower/envconfig v1.4.0 // indirect
@@ -229,8 +227,8 @@ require (
229227
github.com/xlab/treeprint v1.2.0 // indirect
230228
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
231229
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
232-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
233-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
230+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
231+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
234232
go.opentelemetry.io/otel v1.39.0 // indirect
235233
go.opentelemetry.io/otel/metric v1.39.0 // indirect
236234
go.opentelemetry.io/otel/sdk v1.39.0 // indirect

go.sum

Lines changed: 22 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)