Using dep outside GOPATH?

Hi,

So far I used go modules. I’m implementing a Golang lambda with kubeless (kubernetes serverless), and it supports only dep (dependencies are with Gopkg.toml file).

I’m assuming if I’m working outside of GOPATH, I must use go modules with dep. Am I correct?
This is not quite comfortable since both will want to create vendor directory (I think).

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.