idun/vendor/github.com/aws/aws-sdk-go/aws/version.go
Renovate Bot 07efaa9e4f
Some checks failed
Dev Version / Release (push) Has been cancelled
chore(deps): update module github.com/aws/aws-sdk-go to v1.55.7
2025-04-29 16:19:28 +00:00

8 lines
231 B
Go

// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.55.7"