charmbracelet / charmbracelet/bubbletea

tutorials: need "go mod tidy"

Open
#1,371 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.