Skip to content

Commit f4165c1

Browse files
dependabot[bot]danail-branekov
authored andcommitted
Bump the gomod group across 1 directory with 5 updates
Bumps the gomod group with 3 updates in the / directory: [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2). Updates `code.cloudfoundry.org/bytefmt` from 0.60.0 to 0.61.0 - [Release notes](https://github.com/cloudfoundry/bytefmt/releases) - [Commits](cloudfoundry/bytefmt@v0.60.0...v0.61.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.32.6...v1.32.7) Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.55.0 to 1.55.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.55.0...service/s3/v1.55.1) Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.27.5 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.27.4...v2.27.5) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/bytefmt dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr dependency-version: 1.55.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ae035f commit f4165c1

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module code.cloudfoundry.org/korifi
33
go 1.25.5
44

55
require (
6-
code.cloudfoundry.org/bytefmt v0.60.0
6+
code.cloudfoundry.org/bytefmt v0.61.0
77
code.cloudfoundry.org/go-log-cache/v3 v3.1.1
88
code.cloudfoundry.org/go-loggregator/v10 v10.2.0
99
code.cloudfoundry.org/go-loggregator/v8 v8.0.5
1010
github.com/BooleanCat/go-functional/v2 v2.5.1
1111
github.com/Masterminds/semver v1.5.0
1212
github.com/PaesslerAG/jsonpath v0.1.1
13-
github.com/aws/aws-sdk-go-v2/config v1.32.6
14-
github.com/aws/aws-sdk-go-v2/service/ecr v1.55.0
13+
github.com/aws/aws-sdk-go-v2/config v1.32.7
14+
github.com/aws/aws-sdk-go-v2/service/ecr v1.55.1
1515
github.com/blendle/zapdriver v1.3.1
1616
github.com/buildpacks/pack v0.39.1
1717
github.com/cloudfoundry/cf-test-helpers v1.0.1-0.20220603211108-d498b915ef74
@@ -30,14 +30,14 @@ require (
3030
github.com/jellydator/validation v1.2.0
3131
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
3232
github.com/mileusna/useragent v1.3.5
33-
github.com/onsi/ginkgo/v2 v2.27.4
33+
github.com/onsi/ginkgo/v2 v2.27.5
3434
github.com/onsi/gomega v1.39.0
3535
github.com/pivotal/kpack v0.17.1
3636
github.com/satori/go.uuid v1.2.0
3737
go.yaml.in/yaml/v2 v2.4.3
3838
go.yaml.in/yaml/v3 v3.0.4
3939
golang.org/x/exp v0.0.0-20250911091902-df9299821621
40-
golang.org/x/text v0.32.0
40+
golang.org/x/text v0.33.0
4141
k8s.io/api v0.35.0
4242
k8s.io/apimachinery v0.35.0
4343
k8s.io/client-go v0.35.0
@@ -51,7 +51,7 @@ require (
5151

5252
require (
5353
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.4 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect
5555
github.com/blang/semver/v4 v4.0.0 // indirect
5656
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5757
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -93,8 +93,8 @@ require (
9393
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
9494
go.opentelemetry.io/otel/trace v1.38.0 // indirect
9595
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
96-
golang.org/x/sys v0.39.0 // indirect
97-
golang.org/x/term v0.38.0 // indirect
96+
golang.org/x/sys v0.40.0 // indirect
97+
golang.org/x/term v0.39.0 // indirect
9898
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
9999
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
100100
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -119,17 +119,17 @@ require (
119119
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46 // indirect
120120
github.com/Masterminds/semver/v3 v3.4.0
121121
github.com/PaesslerAG/gval v1.0.0 // indirect
122-
github.com/aws/aws-sdk-go-v2 v1.41.0 // indirect
123-
github.com/aws/aws-sdk-go-v2/credentials v1.19.6 // indirect
124-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16 // indirect
125-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.16 // indirect
126-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.16 // indirect
122+
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
123+
github.com/aws/aws-sdk-go-v2/credentials v1.19.7 // indirect
124+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17 // indirect
125+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17 // indirect
126+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 // indirect
127127
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
128128
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.2 // indirect
129-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.16 // indirect
130-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.8 // indirect
131-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12 // indirect
132-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.5 // indirect
129+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17 // indirect
130+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.9 // indirect
131+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13 // indirect
132+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
133133
github.com/aws/smithy-go v1.24.0 // indirect
134134
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.11.0 // indirect
135135
github.com/beorn7/perks v1.0.1 // indirect
@@ -160,7 +160,7 @@ require (
160160
github.com/google/go-cmp v0.7.0 // indirect
161161
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20250613215107-59a4b8593039
162162
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20250613215107-59a4b8593039 // indirect
163-
github.com/google/pprof v0.0.0-20260105235417-354ffa9b436b // indirect
163+
github.com/google/pprof v0.0.0-20260111202518-71be6bfdd440 // indirect
164164
github.com/gorilla/handlers v1.5.2 // indirect
165165
github.com/gorilla/mux v1.8.1 // indirect
166166
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -189,13 +189,13 @@ require (
189189
github.com/vbatts/tar-split v0.12.2 // indirect
190190
go.uber.org/multierr v1.11.0 // indirect
191191
go.uber.org/zap v1.27.1
192-
golang.org/x/crypto v0.46.0 // indirect
193-
golang.org/x/mod v0.31.0 // indirect
194-
golang.org/x/net v0.48.0 // indirect
192+
golang.org/x/crypto v0.47.0 // indirect
193+
golang.org/x/mod v0.32.0 // indirect
194+
golang.org/x/net v0.49.0 // indirect
195195
golang.org/x/oauth2 v0.33.0 // indirect
196196
golang.org/x/sync v0.19.0 // indirect
197197
golang.org/x/time v0.14.0 // indirect
198-
golang.org/x/tools v0.40.0 // indirect
198+
golang.org/x/tools v0.41.0 // indirect
199199
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
200200
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
201201
google.golang.org/grpc v1.76.0 // indirect

0 commit comments

Comments
 (0)