Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.52.5 to 1.54.1 #533

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ toolchain go1.22.4
require (
//github.com/ake-persson/mapslice-json v0.0.0-20210720081907-22c8edf57807
github.com/appscode/jsonpatch v1.0.1
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2 v1.31.0
github.com/aws/aws-sdk-go-v2/config v1.27.28
github.com/aws/aws-sdk-go-v2/credentials v1.17.28
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.15.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.53.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.175.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
github.com/aws/aws-sdk-go-v2/service/sts v1.30.4
github.com/aws/smithy-go v1.20.4
github.com/aws/smithy-go v1.21.0
github.com/chzyer/readline v1.5.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
Expand All @@ -37,7 +37,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/rds v1.82.1
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.154.0
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.23.4
github.com/aws/aws-sdk-go-v2/service/ssm v1.52.5
github.com/aws/aws-sdk-go-v2/service/ssm v1.54.1
github.com/fatih/color v1.17.0
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-runewidth v0.0.15
Expand All @@ -59,8 +59,8 @@ require (
require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.20.4
github.com/aws/aws-sdk-go-v2/service/iam v1.35.0
Expand Down
Loading
Loading