Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb authored Feb 10, 2023
1 parent e0cf8b0 commit 511b797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"syscall"

"github.com/haivision/srtgo"
"github.com/voc/srtrelay/api"
"github.com/voc/srtrelay/config"
"github.com/voc/srtrelay/relay"
"github.com/voc/srtrelay/srt"
"github.com/laurfb/srt_relay/api"
"github.com/laurfb/srt_relay/config"
"github.com/laurfb/srt_relay/relay"
"github.com/laurfb/srt_relay/srt"
)

func handleSignal(ctx context.Context, cancel context.CancelFunc) {
Expand Down

0 comments on commit 511b797

Please sign in to comment.