Skip to content

Commit

Permalink
Updating AWS SDK to latest version. Needed to use IAM roles for Servi…
Browse files Browse the repository at this point in the history
…ce (#368)

Accounts
  • Loading branch information
wmorgan6796 authored and cristim committed Nov 27, 2019
1 parent d078902 commit 0ee95c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.13

require (
github.com/aws/aws-lambda-go v1.11.1
github.com/aws/aws-sdk-go v1.20.15
github.com/aws/aws-sdk-go v1.25.43
github.com/cristim/ec2-instances-info v0.0.0-20190708120723-b53a9860c46d
github.com/davecgh/go-spew v1.1.1
github.com/namsral/flag v0.0.0-20170814194028-67f268f20922
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/aws/aws-sdk-go v1.19.19 h1:2TpFyCjW5A87wxpWZxomEtS3KESIx90uZlWvWVJn3s
github.com/aws/aws-sdk-go v1.19.19/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.20.15 h1:y9ts8MJhB7ReUidS6Rq+0KxdFeL01J+pmOlGq6YqpiQ=
github.com/aws/aws-sdk-go v1.20.15/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.25.43 h1:R5YqHQFIulYVfgRySz9hvBRTWBjudISa+r0C8XQ1ufg=
github.com/aws/aws-sdk-go v1.25.43/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/cristim/ec2-instances-info v0.0.0-20190426213706-502122c2c226 h1:/Oq/UFHJVRX0cG9HUDOUWKR3JCcv9R72GXU+8q3+/kA=
github.com/cristim/ec2-instances-info v0.0.0-20190426213706-502122c2c226/go.mod h1:SCEMkkczeDuTdxcoqyNMEtwPiofRFxliCtf2wNUZEzk=
github.com/cristim/ec2-instances-info v0.0.0-20190708120723-b53a9860c46d h1:PhYh47NpQu3168rU60fDKuPwp+tSznxBX4+TKU2R32M=
Expand Down

0 comments on commit 0ee95c8

Please sign in to comment.