charmbracelet / charmbracelet/bubbletea
tutorials: need "go mod tidy"
- Dominant language
- Go
- Stars
- 44.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
[`tutorials/go.mod`](./blob/main/tutorials/go.mod) needs an update of dependencies.
**To Reproduce**
```console
$ go version
go version go1.24.1 darwin/arm64
$ git clone https://github.com/charmbracelet/bubbletea.git
$ cd bubbletea
$ cd tutorials/commands
$ go run .
go: updates to go.mod needed; to update it:
go mod tidy
```
Contributor guide
Research direction
Start with tutorials/go.mod and reproduce the issue from tutorials/commands using the reported Go version and go run .. Run go mod tidy in the tutorials module, review the dependency changes, and verify that the command runs without requesting a go.mod update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100