-
Notifications
You must be signed in to change notification settings - Fork 964
Open
Description
Describe the bug
I'm trying out the Chat example but I'm getting a checksum mismatch:
$ go get -t ./...
go: downloading github.com/charmbracelet/bubbles v0.21.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/charmbracelet/x/ansi v0.9.3
go: downloading golang.org/x/text v0.3.8
go: test-bubbletea imports
github.com/charmbracelet/bubbles/textarea imports
github.com/charmbracelet/x/ansi: github.com/charmbracelet/x/ansi@v0.9.3: verifying module: checksum mismatch
downloaded: h1:N/UztZRAGcBZH0peJzdQkNQ/l9O2eSvAekrnQ7VdSOY=
sum.golang.org: h1:BXt5DHS/MKF+LjuK4huWrC6NCvHtexww7dMayh6GXd0=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
Setup
- macOS
- fish
- kitty
- no terminal multiplexer
To Reproduce
- Make a new go module with
go mod init foobar
- Copy this file: https://github.com/charmbracelet/bubbletea/blob/main/examples/chat/main.go
- Run
go get ./...
Source Code
Please include source code if needed to reproduce the behavior.
Expected behavior
I expect go get
to work.
Screenshots
Add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels