Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dondish committed Oct 20, 2019
1 parent a1c5f0c commit 00e55a2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"flag"
"fmt"
"github.com/bwmarrin/discordgo"
"lionplayer/core"
"lionplayer/youtube"
"github.com/dondish/lionplayer/core"
"github.com/dondish/lionplayer/youtube"
"os"
"os/signal"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion mpeg/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package mpeg

import (
"errors"
"github.com/dondish/lionplayer/core"
"io"
"lionplayer/core"
)

type TrackEntry struct {
Expand Down
2 changes: 1 addition & 1 deletion mpeg/track.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package mpeg

import (
"lionplayer/core"
"github.com/dondish/lionplayer/core"
)

type Track struct {
Expand Down
2 changes: 1 addition & 1 deletion webm/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ package webm
import (
"errors"
"fmt"
"github.com/dondish/lionplayer/core"
"github.com/ebml-go/ebml"
"io"
"lionplayer/core"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion webm/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ package webm
import (
"errors"
"fmt"
"github.com/dondish/lionplayer/core"
"github.com/ebml-go/ebml"
"io"
"lionplayer/core"
"log"
"time"
)
Expand Down
6 changes: 3 additions & 3 deletions youtube/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ package youtube

import (
"errors"
"lionplayer/core"
"lionplayer/seekablehttp"
"lionplayer/webm"
"github.com/dondish/lionplayer/core"
"github.com/dondish/lionplayer/seekablehttp"
"github.com/dondish/lionplayer/webm"
"strings"
"time"
)
Expand Down

0 comments on commit 00e55a2

Please sign in to comment.