Completed core connection wrapper.

This commit is contained in:
Jay
2026-01-26 09:56:53 -05:00
parent 346fde7592
commit 17fb1c6c9a
19 changed files with 2567 additions and 3 deletions

10
go.mod
View File

@@ -3,6 +3,12 @@ module git.wisehodl.dev/jay/go-honeybee
go 1.23.5
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/stretchr/testify v1.11.1 // indirect
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
)