parent
77e84e8972
commit
7661d46543
@ -3,7 +3,7 @@ package streamdeck
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
sdcontext "github.com/samwho/streamdeck/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Action struct {
|
type Action struct {
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
sdcontext "github.com/samwho/streamdeck/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
2
event.go
2
event.go
@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
sdcontext "github.com/samwho/streamdeck/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Event struct {
|
type Event struct {
|
||||||
|
5
go.mod
5
go.mod
@ -1,5 +0,0 @@
|
|||||||
module github.com/StefanZoerner/streamdeck
|
|
||||||
|
|
||||||
go 1.15
|
|
||||||
|
|
||||||
require github.com/gorilla/websocket v1.4.2
|
|
Loading…
Reference in New Issue
Block a user