diff --git a/tests/transcoding_test.go b/tests/transcoding_test.go index fc324e5..97894ec 100755 --- a/tests/transcoding_test.go +++ b/tests/transcoding_test.go @@ -4,7 +4,7 @@ import ( "os/exec" "testing" - "github.com/muhammadharis/goffmpeg/transcoder" + "github.com/xfrr/goffmpeg/transcoder" ) func TestInputNotFound(t *testing.T) { diff --git a/transcoder/transcoder.go b/transcoder/transcoder.go index 1401863..9429a98 100644 --- a/transcoder/transcoder.go +++ b/transcoder/transcoder.go @@ -13,8 +13,8 @@ import ( "strconv" "strings" - "github.com/muhammadharis/goffmpeg/models" "github.com/xfrr/goffmpeg/ffmpeg" + "github.com/xfrr/goffmpeg/models" "github.com/xfrr/goffmpeg/utils" )