src-d / gitbase-web

gitbase web client; source{d} CE comes with a new UI, check it at https://docs.sourced.tech/community-edition/
GNU General Public License v3.0
57 stars 27 forks source link

Migrates from client-go to go-client #403

Closed se7entyse7en closed 5 years ago

se7entyse7en commented 5 years ago

Closes #401.

se7entyse7en commented 5 years ago

Please take a good look at this as I'm not very knowledgable in go deps handling 😞. As in this case, I don't know if I've done the right thing, as the import should also have the /v4 suffix as written in the README.

se7entyse7en commented 5 years ago

/v4 is a go mod suffix. dep doesn't know anything about it. Go 1.11/12 also wouldn't be able to import such path without GO111MODULE=on.

Thanks for the explanation!