Skip to content

Commit

Permalink
Bump the all-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.110.8` | `0.116.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.275` | `1.55.5` |
| [github.com/blang/semver](https://github.com/blang/semver) | `2.1.0+incompatible` | `3.5.1+incompatible` |
| [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) | `1.2.1-0.20160314195341-c3a655f9b37a` | `1.16.5` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `0.0.0-20160305213952-7ce781ea776b` | `1.10.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.128.0` | `0.197.0` |


Updates `cloud.google.com/go` from 0.110.8 to 0.116.0
- [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@v0.110.8...v0.116.0)

Updates `github.com/aws/aws-sdk-go` from 1.44.275 to 1.55.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.275...v1.55.5)

Updates `github.com/blang/semver` from 2.1.0+incompatible to 3.5.1+incompatible
- [Release notes](https://github.com/blang/semver/releases)
- [Commits](blang/semver@v2.1.0...v3.5.1)

Updates `github.com/onsi/ginkgo` from 1.2.1-0.20160314195341-c3a655f9b37a to 1.16.5
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/commits/v1.16.5)

Updates `github.com/onsi/gomega` from 0.0.0-20160305213952-7ce781ea776b to 1.10.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/commits/v1.10.1)

Updates `google.golang.org/api` from 0.128.0 to 0.197.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.128.0...v0.197.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/blang/semver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: github.com/onsi/ginkgo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and drich10 committed Dec 12, 2024
1 parent 892185c commit 8eb3129
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 101 deletions.
59 changes: 42 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,53 @@ module github.com/concourse/semver-resource
go 1.20

require (
cloud.google.com/go v0.110.8
github.com/aws/aws-sdk-go v1.44.275
github.com/blang/semver v2.1.0+incompatible
cloud.google.com/go/storage v1.43.0
github.com/aws/aws-sdk-go v1.55.5
github.com/blang/semver v3.5.1+incompatible
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo v1.2.1-0.20160314195341-c3a655f9b37a
github.com/onsi/gomega v0.0.0-20160305213952-7ce781ea776b
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.10.1
github.com/rackspace/gophercloud v1.0.1-0.20160229015950-f3d053460f7c
google.golang.org/api v0.128.0
google.golang.org/api v0.197.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/googleapis/gax-go v0.0.0-20170824001441-2cadd475a3e9 // indirect
cloud.google.com/go v0.116.0 // indirect
cloud.google.com/go/auth v0.9.3 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.2.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20160212031839-d2dd02622084 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.66.2 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
Loading

0 comments on commit 8eb3129

Please sign in to comment.