msbotbuilder-go icon indicating copy to clipboard operation
msbotbuilder-go copied to clipboard

Cant use the package without error while "finding module for package"

Open k-lombard opened this issue 1 year ago • 0 comments

Command to reproduce: go mod tidy or go mod vendor

go: github.com/my-app/api imports
 github.com/infracloudio/msbotbuilder-go: module github.com/infracloudio/msbotbuilder-go@latest found (v0.2.5), but does not contain package github.com/infracloudio/msbotbuilder-go

import statement: msbot "github.com/infracloudio/msbotbuilder-go"

go.mod: github.com/infracloudio/msbotbuilder-go v0.2.5 // indirect

k-lombard avatar Feb 26 '24 22:02 k-lombard