go-ceph/go.mod
dependabot[bot] 4bafb9c1da go-ceph: bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.1
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.19 to 1.47.1.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.19...v1.47.1)

---
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>
2023-11-02 20:09:19 +00:00

18 lines
392 B
Modula-2

module github.com/ceph/go-ceph
go 1.19
require (
github.com/aws/aws-sdk-go v1.47.1
github.com/gofrs/uuid v4.4.0+incompatible
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.13.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)