mirror of
https://github.com/openclaw/clawgo.git
synced 2026-07-25 05:35:33 -04:00
14 lines
323 B
Modula-2
14 lines
323 B
Modula-2
module github.com/clawdbot/clawgo
|
|
|
|
go 1.26.0
|
|
|
|
require github.com/grandcat/zeroconf v1.0.0
|
|
|
|
require (
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/miekg/dns v1.1.27 // indirect
|
|
golang.org/x/crypto v0.53.0 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|