go-ceph/go.mod
dependabot[bot] c6e3797e24 rebase: bump github.com/aws/aws-sdk-go from 1.35.24 to 1.44.3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.35.24 to 1.44.3.
- [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.35.24...v1.44.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 18:07:14 +00:00

11 lines
220 B
Modula-2

module github.com/ceph/go-ceph
go 1.12
require (
github.com/aws/aws-sdk-go v1.44.3
github.com/gofrs/uuid v4.2.0+incompatible
github.com/stretchr/testify v1.7.1
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
)