wasmCloud / wasmcloud.com

https://wasmCloud.com website, documentation, blog, and community meetings, built with Docusaurus.
https://wasmcloud.com
Apache License 2.0
16 stars 41 forks source link

docs/tour/add-features golang code broken #717

Open tdensmore opened 1 day ago

tdensmore commented 1 day ago

Following the Tour from scratch, I get an error compiling in the "adding persistent storage" section.

 Building project...
../../../../../../go/pkg/mod/go.wasmcloud.dev/component@v0.0.4/log/wasilog/slog.go:9:2: missing go.sum entry for module providing package github.com/samber/slog-common (imported by go.wasmcloud.dev/component/log/wasilog); to add:
        go get go.wasmcloud.dev/component/log/wasilog@v0.0.4

go.mod should contain the following entry:

github.com/samber/slog-common v0.17.1