Skip to content

Commit

Permalink
Merge pull request #164 from concourse/dependabot/go_modules/github.c…
Browse files Browse the repository at this point in the history
…om/aws/aws-sdk-go-1.34.0

Bump github.com/aws/aws-sdk-go from 1.32.0 to 1.34.0
  • Loading branch information
taylorsilva authored Feb 23, 2023
2 parents 47dc586 + 33f22d3 commit 319e934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/concourse/s3-resource
go 1.13

require (
github.com/aws/aws-sdk-go v1.32.0
github.com/aws/aws-sdk-go v1.34.0
github.com/cheggaaa/pb v0.0.0-20150813110609-da1f27ad1d95
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4
github.com/fatih/color v1.1.1-0.20170106221514-e8e01ee22a7d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aws/aws-sdk-go v1.32.0 h1:P38SNbJIasEcA9gAlz/AG309VvhNv2CfNIJXQ61Oh6I=
github.com/aws/aws-sdk-go v1.32.0/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.34.0 h1:brux2dRrlwCF5JhTL7MUT3WUwo9zfDHZZp3+g3Mvlmo=
github.com/aws/aws-sdk-go v1.34.0/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/cheggaaa/pb v0.0.0-20150813110609-da1f27ad1d95 h1:KTjNvNiNWsDbIw/w87/d3z3Yts0pKrTu0yxsuQ6yDjo=
github.com/cheggaaa/pb v0.0.0-20150813110609-da1f27ad1d95/go.mod h1:pQciLPpbU0oxA0h+VJYYLxO+XeDQb5pZijXscXHm81s=
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 h1:J+ghqo7ZubTzelkjo9hntpTtP/9lUCWH9icEmAW+B+Q=
Expand Down

0 comments on commit 319e934

Please sign in to comment.