Skip to content

checksum mismatch #1448

@vrischmann

Description

@vrischmann

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

  1. Make a new go module with go mod init foobar
  2. Copy this file: https://github.com/charmbracelet/bubbletea/blob/main/examples/chat/main.go
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions