vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

This fixes the example in examples/fetch-and-display #235

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

@bradleypeabody

This fixes the example in examples/fetch-and-display


        go install github.com/oligot/go-mod-upgrade@latest
    cd examples/fetch-and-display  && go mod download github.com/chromedp/cdproto
    cd examples/fetch-and-display  && go-mod-upgrade
    cd examples/fetch-and-display  && go mod tidy
``´ 
owenwaller commented 8 months ago

In general I think all of vugu's dependencies will been bumping to the latest version prior to a v1.0 release.