Revert "modified internal imports"

This reverts commit 77e84e8972.
This commit is contained in:
Stefan Zörner 2022-01-16 09:19:20 +01:00
parent 77e84e8972
commit 7661d46543
5 changed files with 3 additions and 10 deletions

View File

@ -3,7 +3,7 @@ package streamdeck
import (
"context"
sdcontext "github.com/StefanZoerner/streamdeck/context"
sdcontext "github.com/samwho/streamdeck/context"
)
type Action struct {

View File

@ -13,7 +13,7 @@ import (
"time"
"github.com/gorilla/websocket"
sdcontext "github.com/StefanZoerner/streamdeck/context"
sdcontext "github.com/samwho/streamdeck/context"
)
var (

View File

@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
sdcontext "github.com/StefanZoerner/streamdeck/context"
sdcontext "github.com/samwho/streamdeck/context"
)
type Event struct {

5
go.mod
View File

@ -1,5 +0,0 @@
module github.com/StefanZoerner/streamdeck
go 1.15
require github.com/gorilla/websocket v1.4.2

2
go.sum
View File

@ -1,2 +0,0 @@
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=