Alluxio / k8s-operator

An operator for managing Alluxio system on Kubernetes cluster
https://www.alluxio.io/
Apache License 2.0
10 stars 8 forks source link

Refactor go module name to match repo #87

Closed tieujason330 closed 11 months ago

tieujason330 commented 11 months ago

github.com/alluxio/k8s-operator to github.com/Alluxio/k8s-operator for consistency with actual repo name.

running into errors when trying to use as dep

go get github.com/Alluxio/k8s-operator@v1.0.1                                                                                                                                                                           
go: github.com/Alluxio/k8s-operator@v1.0.1: parsing go.mod:
    module declares its path as: github.com/alluxio/k8s-operator
            but was required as: github.com/Alluxio/k8s-operator
tieujason330 commented 11 months ago

is anyone using v1.0.1 as a go dependency? bc this would cause a minor conflict if they try to upgrade in the future

ssz1997 commented 11 months ago

is anyone using v1.0.1 as a go dependency? bc this would cause a minor conflict if they try to upgrade in the future

No need to worry about it.