modified internal imports
This commit is contained in:
@@ -3,7 +3,7 @@ package streamdeck
|
||||
import (
|
||||
"context"
|
||||
|
||||
sdcontext "github.com/samwho/streamdeck/context"
|
||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
||||
)
|
||||
|
||||
type Action struct {
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
sdcontext "github.com/samwho/streamdeck/context"
|
||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
2
event.go
2
event.go
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
sdcontext "github.com/samwho/streamdeck/context"
|
||||
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
||||
)
|
||||
|
||||
type Event struct {
|
||||
|
||||
5
go.mod
Normal file
5
go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module github.com/StefanZoerner/streamdeck
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/gorilla/websocket v1.4.2
|
||||
Reference in New Issue
Block a user