File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "fmt"
55
6- "github.com/zencoder /go-dash/v3/mpd"
6+ "github.com/cbsinteractive /go-dash/v3/mpd"
77)
88
99func main () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "fmt"
55
6- "github.com/zencoder /go-dash/v3/mpd"
6+ "github.com/cbsinteractive /go-dash/v3/mpd"
77)
88
99func exampleOndemand () {
Original file line number Diff line number Diff line change 1- module github.com/zencoder /go-dash/v3
1+ module github.com/cbsinteractive /go-dash/v3
22
3- go 1.16
3+ go 1.16
Original file line number Diff line number Diff line change 66 "os"
77 "testing"
88
9- "github.com/zencoder /go-dash/v3/helpers/require"
9+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
1010)
1111
1212// Load test fixture from path relative to fixtures directory
Original file line number Diff line number Diff line change 55 "testing"
66 "time"
77
8- "github.com/zencoder /go-dash/v3/helpers/require"
8+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
99)
1010
1111func TestDuration (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package mpd
33import (
44 "testing"
55
6- "github.com/zencoder /go-dash/v3/helpers/ptrs"
7- "github.com/zencoder /go-dash/v3/helpers/require"
8- "github.com/zencoder /go-dash/v3/helpers/testfixtures"
6+ "github.com/cbsinteractive /go-dash/v3/helpers/ptrs"
7+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
8+ "github.com/cbsinteractive /go-dash/v3/helpers/testfixtures"
99)
1010
1111const (
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- . "github.com/zencoder /go-dash/v3/helpers/ptrs"
12+ . "github.com/cbsinteractive /go-dash/v3/helpers/ptrs"
1313)
1414
1515// Type definition for DASH profiles
Original file line number Diff line number Diff line change 55 "testing"
66 "time"
77
8- "github.com/zencoder /go-dash/v3/helpers/ptrs"
9- "github.com/zencoder /go-dash/v3/helpers/require"
10- "github.com/zencoder /go-dash/v3/helpers/testfixtures"
8+ "github.com/cbsinteractive /go-dash/v3/helpers/ptrs"
9+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
10+ "github.com/cbsinteractive /go-dash/v3/helpers/testfixtures"
1111)
1212
1313func TestReadingManifests (t * testing.T ) {
Original file line number Diff line number Diff line change 66 "strconv"
77 "testing"
88
9- . "github.com/zencoder /go-dash/v3/helpers/ptrs"
10- "github.com/zencoder /go-dash/v3/helpers/require"
11- "github.com/zencoder /go-dash/v3/helpers/testfixtures"
9+ . "github.com/cbsinteractive /go-dash/v3/helpers/ptrs"
10+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
11+ "github.com/cbsinteractive /go-dash/v3/helpers/testfixtures"
1212)
1313
1414const (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package mpd
33import (
44 "encoding/base64"
55 "encoding/hex"
6- "github.com/zencoder /go-dash/v3/helpers/require"
6+ "github.com/cbsinteractive /go-dash/v3/helpers/require"
77 "testing"
88)
99
You can’t perform that action at this time.
0 commit comments