when i tried to go mod tidy i get this module error
github.com/chankh/eksutil/pkg/auth imports
github.com/kubernetes-sigs/aws-iam-authenticator/pkg/token: github.com/kubernetes-sigs/aws-iam-authenticator@v0.6.3: parsing go.mod:
module declares its path as: sigs.k8s.io/aws-iam-authenticator
but was required as: github.com/kubernetes-sigs/aws-iam-authenticator
I guess this library should change github.com/kubernetes-sigs/aws-iam-authenticator module path into sigs.k8s.io/aws-iam-authenticator
thank you.