mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
fb7dc13dfe
updated few packages in go.mod to latest available release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
11 lines
197 B
Modula-2
11 lines
197 B
Modula-2
module github.com/onsi/gomega
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/onsi/ginkgo v1.16.2
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|