Add go.mod to go-agent example to fix goreleaser

This commit is contained in:
Steve Yegge
2025-11-08 23:10:53 -08:00
parent b02743c5ba
commit 77ba8b1c56

7
examples/go-agent/go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/steveyegge/beads/examples/go-agent
go 1.24.0
replace github.com/steveyegge/beads => ../..
require github.com/steveyegge/beads v0.0.0-00010101000000-000000000000