2019-12-13 20:19:38 +00:00
|
|
|
module github.com/ceph/go-ceph
|
|
|
|
|
2022-07-06 17:54:22 +00:00
|
|
|
go 1.17
|
2019-12-13 20:19:38 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-01 23:02:17 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.151
|
2022-11-15 20:57:01 +00:00
|
|
|
github.com/gofrs/uuid v4.3.1+incompatible
|
2022-11-01 23:07:50 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-12-02 14:54:29 +00:00
|
|
|
golang.org/x/sys v0.2.0
|
2019-12-13 20:19:38 +00:00
|
|
|
)
|
2022-07-06 17:54:22 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|