cortex
cortex copied to clipboard
Remove aws/aws-sdk-go dependency in dynamodb ring
Describe the bug Update aws/aws-sdk-go to aws/aws-sdk-go-v2 in
https://github.com/cortexproject/cortex/blob/c2c48277746aba2f2088f3b015c97df1bc15c679/pkg/ring/kv/dynamodb/dynamodb.go#L10
and remove dependency in go.mod and go.sum
The old sdk is in maintenance mode https://github.com/aws/aws-sdk-go?tab=readme-ov-file#warning-this-sdk-is-in-maintenance-mode
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.
$ go mod graph|grep aws-sdk-go@
github.com/cortexproject/cortex github.com/aws/[email protected]
github.com/aws/[email protected] github.com/jmespath/[email protected]
github.com/golang-migrate/migrate/[email protected] github.com/aws/[email protected]
github.com/prometheus-community/[email protected] github.com/aws/[email protected]
github.com/prometheus/[email protected] github.com/aws/[email protected]
github.com/weaveworks/[email protected] github.com/aws/[email protected]