diff --git a/action.go b/action.go index b81300e..5b7e2a7 100644 --- a/action.go +++ b/action.go @@ -3,7 +3,7 @@ package streamdeck import ( "context" - sdcontext "github.com/StefanZoerner/streamdeck/context" + sdcontext "github.com/samwho/streamdeck/context" ) type Action struct { diff --git a/client.go b/client.go index 4d3be14..94a1aa0 100644 --- a/client.go +++ b/client.go @@ -13,7 +13,7 @@ import ( "time" "github.com/gorilla/websocket" - sdcontext "github.com/StefanZoerner/streamdeck/context" + sdcontext "github.com/samwho/streamdeck/context" ) var ( diff --git a/event.go b/event.go index d4891a5..23a77ec 100644 --- a/event.go +++ b/event.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - sdcontext "github.com/StefanZoerner/streamdeck/context" + sdcontext "github.com/samwho/streamdeck/context" ) type Event struct { diff --git a/go.mod b/go.mod deleted file mode 100644 index 3f5b409..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/StefanZoerner/streamdeck - -go 1.15 - -require github.com/gorilla/websocket v1.4.2 diff --git a/go.sum b/go.sum deleted file mode 100644 index 85efffd..0000000 --- a/go.sum +++ /dev/null @@ -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=