Tried the Go 1.11 modules feature today on the main codebase at work. Everything migrated from dep with zero problems. Everything just worked. No more vendor directory, and I moved the project out of $GOPATH into a place that makes more sense for my workflow. Nice work, Gophers.