Skip to content

Commit

Permalink
Bump github.com/aws/aws-sdk-go-v2/config from 0.1.0 to 0.1.1 (#21)
Browse files Browse the repository at this point in the history
* Bump github.com/aws/aws-sdk-go-v2/config from 0.1.0 to 0.1.1

Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v0.1.0...config/v0.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix go modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Oct 1, 2020
1 parent 4d26f3e commit a6556cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.26.0
github.com/aws/aws-sdk-go-v2/config v0.1.0
github.com/aws/aws-sdk-go-v2/config v0.1.1
github.com/aws/aws-sdk-go-v2/service/sts v0.26.0
github.com/google/uuid v1.1.2
github.com/pkg/errors v0.9.1
Expand Down
14 changes: 6 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
github.com/aws/aws-sdk-go-v2 v0.25.0/go.mod h1:O3xeYpuRX9/Jz5PFeRFdF5JzudBjoHn/nRUYx8HKCcE=
github.com/aws/aws-sdk-go-v2 v0.26.0 h1:fiA3mmi1Bei56Q1ZbGBe8hKyDSMppmlwlCXavySIjv8=
github.com/aws/aws-sdk-go-v2 v0.26.0/go.mod h1:KAhGbTQM7VGrReUuwuRBIp+SSiB01L/jdfvwjtCJtEo=
github.com/aws/aws-sdk-go-v2/config v0.1.0 h1:lo/WQrc4+nSXYLlJfVcD9YThZSXHECVKatgmX+05KeM=
github.com/aws/aws-sdk-go-v2/config v0.1.0/go.mod h1:70Epxt9GlHuL5vWthAFdtcLVkWZgzBfyCvSMRIcOcDo=
github.com/aws/aws-sdk-go-v2/credentials v0.1.0 h1:rVetkqqEaXHCo8L/uHpE55zbFBza3Vr9Vppv9Wje8Hg=
github.com/aws/aws-sdk-go-v2/credentials v0.1.0/go.mod h1:0oMtE3Lu20TJrxfVo+b++yvBSIBC+5ogmXMTHSXCr6o=
github.com/aws/aws-sdk-go-v2/ec2imds v0.1.0 h1:MIJ/wEEI3WF88TadfOxOcx2My2Vt+OhT2MG8T1907WU=
github.com/aws/aws-sdk-go-v2/ec2imds v0.1.0/go.mod h1:IqrA5ctCph+GZ+5fe0exu3yV4xsSVx3JXmznboRf8WY=
github.com/aws/aws-sdk-go-v2/service/sts v0.1.0/go.mod h1:KD6pjGoK8sYPrr75pggDlp0uGuft2zT4o85Liw90bWU=
github.com/aws/aws-sdk-go-v2/config v0.1.1 h1:NXOWBSXMJenmN0mMwNIXsvBUj5bDTmXgtc8krwI8zeo=
github.com/aws/aws-sdk-go-v2/config v0.1.1/go.mod h1:SUFcgvtuu1pwSJob3ZoFmmMIVBKnCrxmcqZRslj1p70=
github.com/aws/aws-sdk-go-v2/credentials v0.1.1 h1:3ClD8nF93jMX0yQyBu2nSbQUojZm2rW+UadhRwjDtLU=
github.com/aws/aws-sdk-go-v2/credentials v0.1.1/go.mod h1:fliHpDCn4E6BtDIDOXV0MCsmpfJWdCd/Y+JSWOlJnm4=
github.com/aws/aws-sdk-go-v2/ec2imds v0.1.1 h1:rHXLp/7LifgdeKAxlfd+QbGKfyGHnjtx2/BZiUe6jTw=
github.com/aws/aws-sdk-go-v2/ec2imds v0.1.1/go.mod h1:o7FOIC5leoSiSyJlUiIlsFctF6IkUzzAuQNd4136F+k=
github.com/aws/aws-sdk-go-v2/service/sts v0.26.0 h1:b0jHfQ+jGRyZ00mmmXo+yKU45GKdI0WpSKkmcDdckkY=
github.com/aws/aws-sdk-go-v2/service/sts v0.26.0/go.mod h1:IlfuuVUqU+dXG+VI/5oxyepHKqoa/DyLoXm4Q/etmlA=
github.com/awslabs/smithy-go v0.0.0-20200930175536-2cd7f70a8c2f/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI=
Expand Down

0 comments on commit a6556cb

Please sign in to comment.