Skip to content

Bump github.com/aws/aws-sdk-go from 1.19.11 to 1.34.0 in /contrib #558

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

Open
wants to merge 1 commit into
base: master
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
8 changes: 3 additions & 5 deletions contrib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@ require (
github.com/Azure/go-autorest/autorest/azure/auth v0.1.0 // indirect
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
github.com/aws/aws-sdk-go v1.19.11
github.com/aws/aws-sdk-go v1.34.0
github.com/fatih/color v1.7.0 // indirect
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mozilla-services/yaml v0.0.0-20191106225358-5c216288813c
github.com/nlopes/slack v0.6.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.5.1
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
go.mozilla.org/mozlogrus v2.0.0+incompatible // indirect
go.mozilla.org/sops v0.0.0-20190611200209-e9e1e87723c8
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
)
Loading