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

Bump github.com/aws/aws-sdk-go from 1.20.20 to 1.34.0 #111

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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/ucloud/redis-cluster-operator
require (
github.com/appscode/go v0.0.0-20191006073906-e3d193d493fc
github.com/appscode/osm v0.12.0
github.com/aws/aws-sdk-go v1.20.20
github.com/aws/aws-sdk-go v1.34.0
github.com/go-logr/logr v0.1.0
github.com/go-openapi/spec v0.19.2
github.com/go-redis/redis v6.15.7+incompatible
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/operator-framework/operator-sdk v0.13.0
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
Expand Down
Loading