Skip to content

Conversation

@LeeBrotherston
Copy link

The version of fang being used seems to pull in versions of lipgloss that are beta and causing build errors.

Just a simple update to the dependencies so it all build properly now.

The version of fang being used seems to pull in versions of lipgloss
that are beta and causing build errors.

Just a simple update to the dependencies so it all build properly now.
github.com/cloudwego/eino was crashing mcphost due to incorrectly
writing to a nil map.  Later versions seem to have fixed this.

I suspect this was only triggered when there was a schema parsing issue.
@ezynda3
Copy link
Contributor

ezynda3 commented Nov 23, 2025

@LeeBrotherston any idea on how to fix this?

go: downloading github.com/cloudwego/eino v0.5.14
go: downloading github.com/spf13/cobra v1.10.1
go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20251103205207-7d1b622c64d1
go: downloading github.com/spf13/viper v1.20.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/charmbracelet/bubbletea v1.3.6
go: downloading github.com/mark3labs/mcp-go v0.41.1
go: downloading github.com/JohannesKaufmann/html-to-markdown v1.6.0
go: downloading github.com/PuerkitoBio/goquery v1.10.3
go: downloading github.com/mark3labs/mcp-filesystem-server v0.11.1
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/cloudwego/eino-ext/components/model/claude v0.1.0
go: downloading github.com/cloudwego/eino-ext/components/model/ollama v0.1.2
go: downloading github.com/ollama/ollama v0.11.8
go: downloading github.com/cloudwego/eino-ext/components/model/openai v0.0.0-20250903035842-96774a3ec845
go: downloading google.golang.org/genai v1.22.0
go: downloading github.com/getkin/kin-openapi v0.120.0
go: downloading github.com/charmbracelet/bubbles v0.21.0
go: downloading github.com/bytedance/sonic v1.14.1
go: downloading github.com/charmbracelet/glamour v0.10.0
verifying github.com/charmbracelet/[email protected]: checksum mismatch
	downloaded: h1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=
	go.sum:     h1:41/IYxsmIpaBjkMXjrjLwsHDBlucd5at6tY5n2r/qn4=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants