go-ceph/go.mod
Sven Anderson 1dfd94f9b3 Go: bump tested Go version to 1.19.5
This bumps the Go version of the test container to 1.19.5, which is
the oldest supported Go version as of now.

The go.mod file (including an upgrade of its dependencies) and the
revive environment is bumped to 1.19 as well.

Signed-off-by: Sven Anderson <sven@redhat.com>
2023-02-20 20:50:24 +00:00

18 lines
393 B
Modula-2

module github.com/ceph/go-ceph
go 1.19
require (
github.com/aws/aws-sdk-go v1.44.197
github.com/gofrs/uuid v4.4.0+incompatible
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.5.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
)