container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Possible incompatibility with Go modules #360

Closed akutz closed 5 years ago

akutz commented 5 years ago

Please see https://github.com/kubernetes/cloud-provider-vsphere/pull/156#issuecomment-471242047 for why the generated Go sources may be incompatible with Go modules. The v0 package causes Go with module support enabled to be very unhappy. I'm not sure yet if this is an artifact of GoCSI or the spec itself. I will coordinate with @codenrhoden to try and root cause the issue.

akutz commented 5 years ago

Closing this issue. go mod uses an older version of GoCSI that used a v0 in the package path. This is not an issue with newer versions.