fluent-operator icon indicating copy to clipboard operation
fluent-operator copied to clipboard

help request: cannot import v3 module

Open yilmazo opened this issue 1 year ago • 0 comments

Describe the issue

I want to import fluent-operator v3 on my golang project. Since the module has v2 major version suffix, I cannot import v3.

go get github.com/fluent/fluent-operator/[email protected]                       
go: github.com/fluent/fluent-operator/[email protected]: invalid version: module path includes a major version suffix, so major version must match
go get github.com/fluent/fluent-operator/[email protected]
go: github.com/fluent/fluent-operator/[email protected]: invalid version: go.mod has non-.../v3 module path "github.com/fluent/fluent-operator/v2" (and .../v3/go.mod does not exist) at revision v3.0.0

How did you install fluent operator?

No response

Additional context

No response

yilmazo avatar Aug 19 '24 13:08 yilmazo