-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 479 Bytes
/
go.mod
File metadata and controls
18 lines (15 loc) · 479 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/ftl/hamlibplugin
go 1.26
require (
github.com/SkYNewZ/streamdeck-sdk v0.0.0-20260123110451-19c4c7678174
github.com/ftl/hl-go v1.0.3
github.com/stretchr/testify v1.11.1
github.com/vincent-petithory/dataurl v1.0.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ftl/hamradio v0.2.13 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)