I am using git installed by the company. (gitlab community)
This git can only be accessed via https. I have to input my id/password. (no ssh)
I'm trying to use go mod in this case, what's the best way to do it?
submodule + mod replace ? GOPRIVATE?