mirror of https://github.com/ceph/go-ceph
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
|
module github.com/ceph/go-ceph
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gofrs/uuid v3.2.0+incompatible
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
)
|