mirror of
https://github.com/ceph/go-ceph
synced 2024-12-14 18:37:17 +00:00
c690fb96b7
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.2.0 to 0.4.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/compare/v0.2.0...v0.4.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>
18 lines
393 B
Modula-2
18 lines
393 B
Modula-2
module github.com/ceph/go-ceph
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.44.172
|
|
github.com/gofrs/uuid v4.3.1+incompatible
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/sys v0.4.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
|
|
)
|