to
github.com/playwright-community/playwright-go@v0.1400.0: parsing go.mod:
module declares its path as: github.com/mxschmitt/playwright-go
but was required as: github.com/playwright-community/playwright-go
Сделал replace в go.mod
replace github.com/mxschmitt/playwright-go latest => github.com/playwright-community/playwright-go latest
пытаюсь запустить, пишет:
no required module provides package github.com/playwright-community/playwright-go; to add it:
go get github.com/playwright-community/playwright-go
Пытаюсь сделать go get github.com/playwright-community/playwright-go
Пишет опять самую первую ошибку ) Сталкивался кто с таким?
попробуйте go get github.com/playwright-community/playwright-go@main
Обсуждают сегодня