https://golang.org/ref/mod#vendoring If the vendor directory is present in the main module's root directory, it will be used automatically if the go version in the main module's go.mod file is 1.14 or higher. To explicitly enable vendoring, invoke the go command with the flag -mod=vendor. To disable vendoring, use the flag -mod=mod.
Пробовал. Все равно перекачивает в GOPATH.
А какая версия Go в проекте?
Обсуждают сегодня