Add dependencies.

This commit is contained in:
Jay
2025-12-14 12:44:47 -05:00
parent c5376b69c0
commit ff34bc1359
2 changed files with 9 additions and 0 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
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
)