go-ceph/go.mod
dependabot[bot] 95c9d7ade5 go-ceph: bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.32
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.9 to 1.50.32.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.50.9...v1.50.32)

---
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>
2024-03-05 21:50:45 +00:00

18 lines
393 B
Modula-2

module github.com/ceph/go-ceph
go 1.19
require (
github.com/aws/aws-sdk-go v1.50.32
github.com/gofrs/uuid v4.4.0+incompatible
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.18.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
)