Migrate go mod from glide

I am using go version 1.14 , So far we have used glide package manager for installing packages from both private and public repo

Now when I try to migrate from glide to go mod, I am facing errors when I try to give go mod init .
It reads the glide.yaml created go.mod file public repo but for private repo I am facing the error.

We have our private repo in bitbucket

Can you guide step by step migration

I need to deploy the same

what kind of error do you have? But, it seems you have problem with private repos and public proxy. I described it here: https://developer20.com/golang-tips-and-trics-vii/

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