Skip to content

Commit 7a59651

Browse files
build(deps): bump the minor-patch group across 1 directory with 6 updates
Bumps the minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.36.6` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.17` | `1.29.18` | | [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.66.1` | `1.66.2` | | [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.40.3` | `1.40.5` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` | Updates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.36.6 - [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.36.5...v1.36.6) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.17 to 1.29.18 - [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@config/v1.29.17...config/v1.29.18) Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.66.1 to 1.66.2 - [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.66.1...service/s3/v1.66.2) Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.34.0 to 1.34.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.1/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@v1.34.0...service/s3/v1.34.1) Updates `github.com/sashabaranov/go-openai` from 1.40.3 to 1.40.5 - [Release notes](https://github.com/sashabaranov/go-openai/releases) - [Commits](sashabaranov/go-openai@v1.40.3...v1.40.5) Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.36.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.29.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github.com/aws/aws-sdk-go-v2/service/eks dependency-version: 1.66.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts dependency-version: 1.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github.com/sashabaranov/go-openai dependency-version: 1.40.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github.com/spf13/pflag dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f041abe commit 7a59651

File tree

2 files changed

+39
-38
lines changed

2 files changed

+39
-38
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.24.4
55
require (
66
github.com/argoproj/argo-cd/v2 v2.14.15
77
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1
8-
github.com/aws/aws-sdk-go-v2 v1.36.5
9-
github.com/aws/aws-sdk-go-v2/config v1.29.17
10-
github.com/aws/aws-sdk-go-v2/service/eks v1.66.1
11-
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
8+
github.com/aws/aws-sdk-go-v2 v1.36.6
9+
github.com/aws/aws-sdk-go-v2/config v1.29.18
10+
github.com/aws/aws-sdk-go-v2/service/eks v1.66.2
11+
github.com/aws/aws-sdk-go-v2/service/sts v1.34.1
1212
github.com/aws/smithy-go v1.22.4
1313
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
1414
github.com/cenkalti/backoff/v4 v4.3.0
@@ -33,11 +33,11 @@ require (
3333
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
3434
github.com/prometheus/client_golang v1.22.0
3535
github.com/rs/zerolog v1.34.0
36-
github.com/sashabaranov/go-openai v1.40.3
36+
github.com/sashabaranov/go-openai v1.40.5
3737
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456
3838
github.com/sirupsen/logrus v1.9.3
3939
github.com/spf13/cobra v1.9.1
40-
github.com/spf13/pflag v1.0.6
40+
github.com/spf13/pflag v1.0.7
4141
github.com/spf13/viper v1.20.1
4242
github.com/stretchr/testify v1.10.0
4343
github.com/xanzy/go-gitlab v0.114.0
@@ -97,15 +97,15 @@ require (
9797
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
9898
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e // indirect
9999
github.com/aws/aws-sdk-go v1.55.5 // indirect
100-
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
101-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
102-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
103-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
100+
github.com/aws/aws-sdk-go-v2/credentials v1.17.71 // indirect
101+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.33 // indirect
102+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.37 // indirect
103+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.37 // indirect
104104
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
105105
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
106-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
107-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
108-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
106+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.18 // indirect
107+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.6 // indirect
108+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.4 // indirect
109109
github.com/basgys/goxml2json v1.1.0 // indirect
110110
github.com/beorn7/perks v1.0.1 // indirect
111111
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect

go.sum

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)