File tree 12 files changed +22
-22
lines changed
12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/zencoder/go-dash/mpd"
6
+ "github.com/zencoder/go-dash/v3/ mpd"
7
7
)
8
8
9
9
func main () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/zencoder/go-dash/mpd"
6
+ "github.com/zencoder/go-dash/v3/ mpd"
7
7
)
8
8
9
9
func exampleOndemand () {
Original file line number Diff line number Diff line change 1
- module github.com/zencoder/go-dash
1
+ module github.com/zencoder/go-dash/v3
2
2
3
3
go 1.13
Original file line number Diff line number Diff line change 6
6
"os"
7
7
"testing"
8
8
9
- "github.com/zencoder/go-dash/helpers/require"
9
+ "github.com/zencoder/go-dash/v3/ helpers/require"
10
10
)
11
11
12
12
// Load test fixture from path relative to fixtures directory
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
"time"
7
7
8
- "github.com/zencoder/go-dash/helpers/require"
8
+ "github.com/zencoder/go-dash/v3/ helpers/require"
9
9
)
10
10
11
11
func TestDuration (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package mpd
3
3
import (
4
4
"testing"
5
5
6
- "github.com/zencoder/go-dash/helpers/ptrs"
7
- "github.com/zencoder/go-dash/helpers/require"
8
- "github.com/zencoder/go-dash/helpers/testfixtures"
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"
9
9
)
10
10
11
11
const (
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
"time"
10
10
11
- . "github.com/zencoder/go-dash/helpers/ptrs"
11
+ . "github.com/zencoder/go-dash/v3/ helpers/ptrs"
12
12
)
13
13
14
14
// Type definition for DASH profiles
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
"time"
7
7
8
- "github.com/zencoder/go-dash/helpers/ptrs"
9
- "github.com/zencoder/go-dash/helpers/require"
10
- "github.com/zencoder/go-dash/helpers/testfixtures"
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"
11
11
)
12
12
13
13
func TestReadingManifests (t * testing.T ) {
Original file line number Diff line number Diff line change 6
6
"strconv"
7
7
"testing"
8
8
9
- . "github.com/zencoder/go-dash/helpers/ptrs"
10
- "github.com/zencoder/go-dash/helpers/require"
11
- "github.com/zencoder/go-dash/helpers/testfixtures"
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"
12
12
)
13
13
14
14
const (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package mpd
3
3
import (
4
4
"encoding/base64"
5
5
"encoding/hex"
6
- "github.com/zencoder/go-dash/helpers/require"
6
+ "github.com/zencoder/go-dash/v3/ helpers/require"
7
7
"testing"
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package mpd
3
3
import (
4
4
"testing"
5
5
6
- "github.com/zencoder/go-dash/helpers/ptrs"
7
- "github.com/zencoder/go-dash/helpers/require"
8
- "github.com/zencoder/go-dash/helpers/testfixtures"
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"
9
9
)
10
10
11
11
func TestSegmentListSerialization (t * testing.T ) {
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
"time"
7
7
8
- "github.com/zencoder/go-dash/helpers/ptrs"
9
- "github.com/zencoder/go-dash/helpers/require"
10
- "github.com/zencoder/go-dash/helpers/testfixtures"
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"
11
11
)
12
12
13
13
func TestSegmentTimelineSerialization (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments