You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Command to reproduce:
go mod tidy
orgo mod vendor
import statement:
msbot "github.com/infracloudio/msbotbuilder-go"
go.mod:
github.com/infracloudio/msbotbuilder-go v0.2.5 // indirect
The text was updated successfully, but these errors were encountered: