modified internal imports
This commit is contained in:
parent
2b866fdcb4
commit
77e84e8972
@ -3,7 +3,7 @@ package streamdeck
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
sdcontext "github.com/samwho/streamdeck/context"
|
sdcontext "github.com/StefanZoerner/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/samwho/streamdeck/context"
|
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
2
event.go
2
event.go
@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
sdcontext "github.com/samwho/streamdeck/context"
|
sdcontext "github.com/StefanZoerner/streamdeck/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Event struct {
|
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
|
Loading…
Reference in New Issue
Block a user