mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Updates the gollem_go_agent_framework example to the current Go release. Clears stale Go stdlib advisories reported by osv-scanner against the older 1.25.1 directive. No source changes; the single pinned dependency (gollem v0.1.0) is backward compatible.
5 lines
125 B
Modula-2
5 lines
125 B
Modula-2
module github.com/BerriAI/litellm/cookbook/gollem_go_agent_framework
|
|
|
|
go 1.26.3
|
|
|
|
require github.com/fugue-labs/gollem v0.1.0
|