encoredev / encore

Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure
https://encore.dev
Mozilla Public License 2.0
7.45k stars 315 forks source link

Trello example for Encore.go missing dep. in go.sum #1387

Closed alexandrecruz closed 1 month ago

alexandrecruz commented 1 month ago

Description

Trello example is missing dependency and fails to run when fetched from repo.

Steps

  1. Install Trello Clone:

    encore app create xxxxxx --example=trello-clone
  2. Run app:

    encore run
  3. Console output:

    missing go.sum entry for module providing package golang.org/x/sync/errgroup; to add:
    go mod download golang.org/x/sync
alexandrecruz commented 1 month ago

I'll open a PR to fi this later today

eandre commented 1 month ago

Thanks, this is now fixed :)