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-07-04 23:27:32 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.47
|
2022-04-29 13:18:53 +00:00
|
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
2022-06-30 07:42:09 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-04-29 13:58:19 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
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
|
|
|
|
)
|