Skip to content

Commit ade3224

Browse files
Bump the gomod-minor-updates group across 1 directory with 9 updates (#1143)
Bumps the gomod-minor-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.45.3` | `1.50.2` | | [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) | `1.3.1` | `1.5.0` | | [github.com/package-url/packageurl-go](https://github.com/package-url/packageurl-go) | `0.1.3` | `0.1.6` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.28.0` | | [gocloud.dev](https://github.com/google/go-cloud) | `0.40.0` | `0.45.0` | | [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.40.0` | `0.45.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.81.1` | Updates `cloud.google.com/go/pubsub` from 1.45.3 to 1.50.2 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.45.3...pubsub/v1.50.2) Updates `github.com/gopacket/gopacket` from 1.3.1 to 1.5.0 - [Release notes](https://github.com/gopacket/gopacket/releases) - [Commits](gopacket/gopacket@v1.3.1...v1.5.0) Updates `github.com/package-url/packageurl-go` from 0.1.3 to 0.1.6 - [Release notes](https://github.com/package-url/packageurl-go/releases) - [Commits](package-url/packageurl-go@v0.1.3...v0.1.6) Updates `go.uber.org/zap` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.28.0) Updates `gocloud.dev` from 0.40.0 to 0.45.0 - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](google/go-cloud@v0.40.0...v0.45.0) Updates `gocloud.dev/pubsub/kafkapubsub` from 0.40.0 to 0.45.0 - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](google/go-cloud@v0.40.0...v0.45.0) Updates `google.golang.org/api` from 0.216.0 to 0.272.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.216.0...v0.272.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.81.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.81.1) Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11 --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-version: 1.50.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: github.com/gopacket/gopacket dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: github.com/package-url/packageurl-go dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-updates - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: gocloud.dev dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: gocloud.dev/pubsub/kafkapubsub dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: google.golang.org/api dependency-version: 0.272.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: google.golang.org/grpc dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-updates - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62f6e9b commit ade3224

2 files changed

Lines changed: 155 additions & 266 deletions

File tree

go.mod

Lines changed: 47 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,109 +3,105 @@ module github.com/ossf/package-analysis
33
go 1.26.3
44

55
require (
6-
cloud.google.com/go/pubsub v1.45.3
6+
cloud.google.com/go/pubsub v1.50.2
77
github.com/blendle/zapdriver v1.3.1
8-
github.com/gopacket/gopacket v1.3.1
8+
github.com/gopacket/gopacket v1.5.0
99
github.com/ossf/package-feeds v0.0.0-20240903033607-939890176fa6
10-
github.com/package-url/packageurl-go v0.1.3
10+
github.com/package-url/packageurl-go v0.1.6
1111
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
12-
go.uber.org/zap v1.27.0
12+
go.uber.org/zap v1.28.0
1313
go.uber.org/zap/exp v0.3.0
14-
gocloud.dev v0.40.0
15-
gocloud.dev/pubsub/kafkapubsub v0.40.0
14+
gocloud.dev v0.45.0
15+
gocloud.dev/pubsub/kafkapubsub v0.45.0
1616
golang.org/x/crypto v0.51.0
1717
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
18-
google.golang.org/api v0.216.0
19-
google.golang.org/grpc v1.79.3
20-
google.golang.org/protobuf v1.36.10
18+
google.golang.org/api v0.272.0
19+
google.golang.org/grpc v1.81.1
20+
google.golang.org/protobuf v1.36.11
2121
)
2222

2323
require (
2424
cel.dev/expr v0.25.1 // indirect
25-
cloud.google.com/go v0.117.0 // indirect
26-
cloud.google.com/go/auth v0.13.0 // indirect
27-
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
25+
cloud.google.com/go v0.123.0 // indirect
26+
cloud.google.com/go/auth v0.18.2 // indirect
27+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2828
cloud.google.com/go/compute/metadata v0.9.0 // indirect
29-
cloud.google.com/go/iam v1.3.0 // indirect
30-
cloud.google.com/go/monitoring v1.22.0 // indirect
31-
cloud.google.com/go/storage v1.48.0 // indirect
32-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
33-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
34-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
35-
github.com/IBM/sarama v1.43.3 // indirect
36-
github.com/aws/aws-sdk-go v1.55.5 // indirect
29+
cloud.google.com/go/iam v1.5.3 // indirect
30+
cloud.google.com/go/monitoring v1.24.3 // indirect
31+
cloud.google.com/go/pubsub/v2 v2.4.0 // indirect
32+
cloud.google.com/go/storage v1.57.2 // indirect
33+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
34+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
35+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
36+
github.com/IBM/sarama v1.46.3 // indirect
3737
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
3838
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect
39-
github.com/aws/aws-sdk-go-v2/config v1.28.7 // indirect
40-
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect
41-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect
42-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44 // indirect
39+
github.com/aws/aws-sdk-go-v2/config v1.32.2 // indirect
40+
github.com/aws/aws-sdk-go-v2/credentials v1.19.2 // indirect
41+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.14 // indirect
42+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.12 // indirect
4343
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
4444
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
45-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
45+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
4646
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 // indirect
4747
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
4848
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 // indirect
4949
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
5050
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 // indirect
5151
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 // indirect
52-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.2 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.5 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.10 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.2 // indirect
5556
github.com/aws/smithy-go v1.24.2 // indirect
5657
github.com/cespare/xxhash/v2 v2.3.0 // indirect
57-
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
58+
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
5859
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5960
github.com/eapache/go-resiliency v1.7.0 // indirect
6061
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
6162
github.com/eapache/queue v1.1.0 // indirect
62-
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
63-
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
63+
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
64+
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
6465
github.com/felixge/httpsnoop v1.0.4 // indirect
6566
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
6667
github.com/go-logr/logr v1.4.3 // indirect
6768
github.com/go-logr/stdr v1.2.2 // indirect
68-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
69-
github.com/golang/snappy v0.0.4 // indirect
70-
github.com/google/s2a-go v0.1.8 // indirect
69+
github.com/golang/snappy v1.0.0 // indirect
70+
github.com/google/s2a-go v0.1.9 // indirect
7171
github.com/google/uuid v1.6.0 // indirect
72-
github.com/google/wire v0.6.0 // indirect
73-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
74-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
75-
github.com/hashicorp/errwrap v1.1.0 // indirect
76-
github.com/hashicorp/go-multierror v1.1.1 // indirect
72+
github.com/google/wire v0.7.0 // indirect
73+
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
74+
github.com/googleapis/gax-go/v2 v2.18.0 // indirect
7775
github.com/hashicorp/go-uuid v1.0.3 // indirect
7876
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
7977
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
8078
github.com/jcmturner/gofork v1.7.6 // indirect
8179
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
8280
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
83-
github.com/jmespath/go-jmespath v0.4.0 // indirect
84-
github.com/klauspost/compress v1.17.11 // indirect
81+
github.com/klauspost/compress v1.18.2 // indirect
8582
github.com/pierrec/lz4/v4 v4.1.22 // indirect
8683
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
87-
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
84+
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
8885
github.com/sirupsen/logrus v1.9.3 // indirect
8986
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
90-
go.opencensus.io v0.24.0 // indirect
9187
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
92-
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
93-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
94-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
88+
go.opentelemetry.io/contrib/detectors/gcp v1.42.0 // indirect
89+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
90+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
9591
go.opentelemetry.io/otel v1.43.0 // indirect
9692
go.opentelemetry.io/otel/metric v1.43.0 // indirect
9793
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
9894
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
9995
go.opentelemetry.io/otel/trace v1.43.0 // indirect
10096
go.uber.org/multierr v1.11.0 // indirect
10197
golang.org/x/net v0.54.0 // indirect
102-
golang.org/x/oauth2 v0.34.0 // indirect
98+
golang.org/x/oauth2 v0.36.0 // indirect
10399
golang.org/x/sync v0.20.0 // indirect
104100
golang.org/x/sys v0.44.0 // indirect
105101
golang.org/x/text v0.37.0 // indirect
106-
golang.org/x/time v0.9.0 // indirect
102+
golang.org/x/time v0.15.0 // indirect
107103
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
108-
google.golang.org/genproto v0.0.0-20241219192143-6b3ec007d9bb // indirect
109-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
104+
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d // indirect
105+
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
106+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
111107
)

0 commit comments

Comments
 (0)