mirror of
https://github.com/ceph/go-ceph
synced 2024-12-25 07:32:27 +00:00
89899b3833
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.43 to 1.44.47. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.43...v1.44.47) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
221 B
Modula-2
11 lines
221 B
Modula-2
module github.com/ceph/go-ceph
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.44.47
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
|
)
|