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
my example usetestmod directly import testmod .
but i delete the require in go.mod and then run go run main.go
then i run 'cat go.mod' and see //indirect after the require line generate by go
What did you expect to see?
require github.com/xxx/testmod
What did you see instead?
require github.com/xxx/testmod //indirectly
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
not sure
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
my example usetestmod directly import testmod .
but i delete the require in go.mod and then run go run main.go
then i run 'cat go.mod' and see //indirect after the require line generate by go
What did you expect to see?
require github.com/xxx/testmod
What did you see instead?
require github.com/xxx/testmod //indirectly
The text was updated successfully, but these errors were encountered: