2019-12-13 20:19:38 +00:00
|
|
|
module github.com/ceph/go-ceph
|
|
|
|
|
2023-02-09 14:51:42 +00:00
|
|
|
go 1.19
|
2019-12-13 20:19:38 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-01 23:57:14 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.212
|
2023-02-02 20:42:15 +00:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2023-03-02 14:32:26 +00:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2023-02-09 14:51:42 +00:00
|
|
|
golang.org/x/sys v0.5.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
|
|
|
|
)
|