File tree Expand file tree Collapse file tree 6 files changed +7
-12
lines changed Expand file tree Collapse file tree 6 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"strings"
6
6
7
- "github.com/cameraiq /goffmpeg/utils"
7
+ "github.com/xfrr /goffmpeg/utils"
8
8
)
9
9
10
10
// Configuration ...
Original file line number Diff line number Diff line change @@ -2,7 +2,4 @@ module github.com/xfrr/goffmpeg
2
2
3
3
go 1.14
4
4
5
- require (
6
- github.com/cameraiq/goffmpeg v0.0.0-20191108092855-c49093f2d9f7
7
- github.com/stretchr/testify v1.5.1
8
- )
5
+ require github.com/stretchr/testify v1.5.1
Original file line number Diff line number Diff line change 1
- github.com/cameraiq/goffmpeg v0.0.0-20191108092855-c49093f2d9f7 h1:ScvAEdcEHWFKntB9YrNgZ3K+n5L8iToH+F7MS2EoYw8 =
2
- github.com/cameraiq/goffmpeg v0.0.0-20191108092855-c49093f2d9f7 /go.mod h1:dEir+jl1FDIexS0ZHZaU6aZ7B0B8NA9b7uXy8pDuw0c =
3
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
4
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
3
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change 8
8
9
9
"github.com/stretchr/testify/assert"
10
10
11
- "github.com/cameraiq /goffmpeg/transcoder"
11
+ "github.com/xfrr /goffmpeg/transcoder"
12
12
)
13
13
14
14
func TestInputNotFound (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import (
12
12
"strconv"
13
13
"strings"
14
14
15
- "github.com/cameraiq /goffmpeg/ffmpeg"
16
- "github.com/cameraiq /goffmpeg/models"
17
- "github.com/cameraiq /goffmpeg/utils"
15
+ "github.com/xfrr /goffmpeg/ffmpeg"
16
+ "github.com/xfrr /goffmpeg/models"
17
+ "github.com/xfrr /goffmpeg/utils"
18
18
)
19
19
20
20
// Transcoder Main struct
Original file line number Diff line number Diff line change 7
7
"strconv"
8
8
"strings"
9
9
10
- "github.com/cameraiq /goffmpeg/models"
10
+ "github.com/xfrr /goffmpeg/models"
11
11
)
12
12
13
13
func DurToSec (dur string ) (sec float64 ) {
You can’t perform that action at this time.
0 commit comments