Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #116 from golangci/renovate/github.com-aws-aws-sdk…
Browse files Browse the repository at this point in the history
…-go-1.x

Update module aws/aws-sdk-go to v1
  • Loading branch information
jirfag authored Jul 1, 2019
2 parents b6dbdfb + 21141ca commit f7390b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/aws/aws-lambda-go v1.11.1
github.com/aws/aws-sdk-go v0.0.0-20180126231901-00cca3f093a8
github.com/aws/aws-sdk-go v1.20.12
github.com/cenkalti/backoff v2.0.0+incompatible
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190629141010-eb9f6a1743f3 // indirect
Expand Down Expand Up @@ -36,7 +36,6 @@ require (
github.com/gorilla/sessions v0.0.0-20180115173807-fe21b6a095cd
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/joho/godotenv v0.0.0-20180115024921-6bb08516677f
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/levigross/grequests v0.0.0-20190630082331-37c80f76a0da
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ github.com/aws/aws-lambda-go v1.6.0/go.mod h1:zUsUQhAUjYzR8AuduJPCfhBuKWUaDbQiPO
github.com/aws/aws-lambda-go v1.11.1/go.mod h1:Rr2SMTLeSMKgD45uep9V/NP8tnbCcySgu04cx0k/6cw=
github.com/aws/aws-sdk-go v0.0.0-20180126231901-00cca3f093a8 h1:xqzpCUtYUsmKRnKjKOmGh/kqa+zdhaCYuYAEwXzHCSY=
github.com/aws/aws-sdk-go v0.0.0-20180126231901-00cca3f093a8/go.mod h1:ZRmQr0FajVIyZ4ZzBYKG5P3ZqPz9IHG41ZoMu1ADI3k=
github.com/aws/aws-sdk-go v1.20.12/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/cenkalti/backoff v2.0.0+incompatible h1:5IIPUHhlnUZbcHQsQou5k1Tn58nJkeJL9U+ig5CHJbY=
Expand Down

0 comments on commit f7390b7

Please sign in to comment.