Skip to content

Commit

Permalink
Fixed timecode issue blocking armv6/7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cld9x committed Apr 23, 2020
1 parent 61a5c4b commit 8bc88af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ builds:
goarch:
- arm
goarm:
- 6
- 7

archives:
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/darwayne/go-timecode v1.1.0 // indirect
github.com/djherbis/times v1.2.0
github.com/dsnet/compress v0.0.1 // indirect
github.com/dustin/go-humanize v0.0.0-20180421182945-02af3965c54e
Expand Down Expand Up @@ -94,6 +94,5 @@ require (
gopkg.in/resty.v1 v1.12.0
gopkg.in/sourcemap.v1 v1.0.5 // indirect
mvdan.cc/xurls/v2 v2.2.0
trimmer.io/go-timecode v0.0.0-20171217161720-3133bedccffe
willnorris.com/go/imageproxy v0.10.0
)
2 changes: 1 addition & 1 deletion pkg/xbvr/task_preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"strings"
"time"

"github.com/darwayne/go-timecode/timecode"
"github.com/vansante/go-ffprobe"
"github.com/xbapps/xbvr/pkg/common"
"github.com/xbapps/xbvr/pkg/models"
"trimmer.io/go-timecode/timecode"
)

func GeneratePreviews() {
Expand Down

0 comments on commit 8bc88af

Please sign in to comment.