gojek / weaver

An Advanced HTTP Reverse Proxy with Dynamic Sharding Strategies
Apache License 2.0
601 stars 53 forks source link

fix import paths #9

Closed darshanime closed 5 years ago

darshanime commented 5 years ago

currently it references gojektech in multiple places

spy16 commented 5 years ago

Go module path is github.com/gojektech/weaver since eventually this will move there.

darshanime commented 5 years ago

shouldn't this be changed back to gojektech once it is actually migrated? 🤔
currently, weaver can't be getted, compiled, tested locally.

spy16 commented 5 years ago

Since it uses go mod support, you should be able to build and run without issues (provided you have go 1.11.1 and above).. You should either set GO111MODULE=on if you are cloning inside GOPATH or simply run make build if you are cloning anywhere outside of GOPATH

darshanime commented 5 years ago

oh okies. I am still on 1.10.7. closing.