Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 5, 2025
1 parent cdae05a commit 5963b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forwarder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/ystv/streamer/common/transporter/action"
"log"
"net/http"
"net/url"
Expand All @@ -20,6 +19,7 @@ import (
"github.com/patrickmn/go-cache"

commonTransporter "github.com/ystv/streamer/common/transporter"
"github.com/ystv/streamer/common/transporter/action"
"github.com/ystv/streamer/common/transporter/server"
specialTransporter "github.com/ystv/streamer/common/transporter/special"
"github.com/ystv/streamer/common/wsMessages"
Expand Down
2 changes: 1 addition & 1 deletion recorder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/ystv/streamer/common/transporter/action"
"log"
"net/http"
"net/url"
Expand All @@ -20,6 +19,7 @@ import (
"github.com/patrickmn/go-cache"

commonTransporter "github.com/ystv/streamer/common/transporter"
"github.com/ystv/streamer/common/transporter/action"
"github.com/ystv/streamer/common/transporter/server"
specialTransporter "github.com/ystv/streamer/common/transporter/special"
"github.com/ystv/streamer/common/wsMessages"
Expand Down

0 comments on commit 5963b09

Please sign in to comment.