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
Following the Tour from scratch, I get an error compiling in the "adding persistent storage" section.
go.mod
should contain the following entry:github.com/samber/slog-common v0.17.1