troubleshoot
troubleshoot copied to clipboard
cannot find module providing package
Bug Description
go build but occur the error like follow(same with -mod=vendor):
vendor/github.com/replicatedhq/troubleshoot/pkg/collect/mssql.go:12:2: cannot find module providing package github.com/microsoft/go-mssqldb: import lookup disabled by -mod=vendor
create a symbol link by ln like ln -s /vendor/github.com/Microsoft /vendor/github.com/microsoft works.
Thanks for the report. Could you let us know the process you're working through to perform the build? We use the Makefile to drive builds, which may help.