lapsang-boys / pippi

A modular, extensible and collaborative reverse engineering ecosystem
https://pippi.re
BSD 2-Clause "Simplified" License
7 stars 1 forks source link

wailsapp/webview: silence web view warnings #54

Closed mewmew closed 4 years ago

mewmew commented 4 years ago

go install ./... is not silence once more!

This is done by updating the go.mod with a replacement directive until wailsapp/webview#2 is merged and a new release of wailsapp/wails is issued which depends on the latest webview. At that point, we should just get rid of the replacement directive in the go.mod.

leaanthony commented 4 years ago

Is this fixed now? If not, how can I help? :-)

mewmew commented 4 years ago

Is this fixed now? If not, how can I help? :-)

Thanks @leaanthony!

As far as I know this is fixed now, and we no longer use the replacement directive in the go.mod.

Cheers, Henry & Robin