aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_install_hint.txt
blob: ab02840eb8befb1f5579d7704e0fc8f5000f4232 (plain)
1
2
3
4
5
# Module is replaced but not required. No hint appears as no module is suggested.
go mod init m
go mod edit -replace=github.com/notrequired@v0.5.0=github.com/doesnotexist@v0.5.0
! go install github.com/notrequired
! stderr 'to add it:'