go-ceph/go.mod
dependabot[bot] 89899b3833 rebase: bump github.com/aws/aws-sdk-go from 1.44.43 to 1.44.47
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>
2022-07-05 14:13:01 +00:00

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
)