All of my projects at the moment are living under GOPATH/src/me/projectName.
Is it possible to migrate to using GoModules and pin (for now) the packages at the versions stored in my GOPATH/src. I am thinking that way the migration to GOMODULES will produce a build no different to the build using GOPATH/src for all the packages.
From that point on I then know I am at a good place and can look to upgrade packages for that migrated project.
Is this possible and if so how? I am using Go1.12 now but happy if this is in 1.13