Files
go-honeybee/go.mod
T
2026-06-03 23:23:54 -04:00

16 lines
332 B
Modula-2

module git.wisehodl.dev/jay/go-honeybee
go 1.25.0
require (
git.wisehodl.dev/jay/go-mana-component v0.2.0
github.com/gorilla/websocket v1.5.3
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)