Skip to content
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

build(deps): bump github.com/aws/aws-sdk-go from 1.30.20 to 1.34.0 #18

Open
wants to merge 1 commit into
base: main
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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ go 1.13

require (
github.com/aws/aws-lambda-go v1.14.0
github.com/aws/aws-sdk-go v1.30.20
github.com/aws/aws-sdk-go v1.34.0
github.com/cozy/httpcache v0.0.0-20180914105234-d3dc4988de66
github.com/felixge/httpsnoop v1.0.1
github.com/function61/certbus v0.0.0-20210703130951-f282ab2b0381
github.com/function61/eventhorizon v0.2.1-0.20200610093004-78aa8b3a710f
github.com/function61/gokit v0.0.0-20200608105953-12235c68c38b
github.com/function61/id v0.0.0-20210304120117-4b4b73375b3b
github.com/go-acme/lego/v3 v3.3.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.4.1
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
Expand Down
Loading