Add go.mod to go-agent example to fix goreleaser
This commit is contained in:
7
examples/go-agent/go.mod
Normal file
7
examples/go-agent/go.mod
Normal 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
|
||||||
Reference in New Issue
Block a user