go-ceph/go.mod
dependabot[bot] 75d1af3ed6 go-ceph: bump golang.org/x/sys from 0.25.0 to 0.26.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/sys/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 14:31:09 +00:00

18 lines
382 B
Modula-2

module github.com/ceph/go-ceph
go 1.19
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/gofrs/uuid/v5 v5.3.0
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.26.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
)