Skip to content

Commit

Permalink
fix: update Addic7ed library version (which was not able to find any …
Browse files Browse the repository at this point in the history
…subtitle before update)
  • Loading branch information
matcornic committed Dec 23, 2019
1 parent e11f565 commit aed1c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ module github.com/matcornic/subify
go 1.13

require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
github.com/google/go-querystring v1.0.0
github.com/jacobmarshall/go-toast v0.0.0-20190211030409-01e6764cf0a4
github.com/kolo/xmlrpc v0.0.0-20190909154602-56d5ec7c422e // indirect
github.com/lafikl/backoff v0.0.0-20150814094333-4dc77674acea // indirect
github.com/lafikl/fluent v0.0.0-20141109195914-392b95b3b5b2
github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985 // indirect
github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118
github.com/matcornic/addic7ed v0.2.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/oz/osdb v0.0.0-20190204162748-da06ada9cdc1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzR
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985 h1:Pz8zZjVRvKxISYimNzLGnzSNl5hYXFSN80FPQ+qt1HE=
github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985/go.mod h1:1nU7rI+iBPtzc9ZKOqeQacD290rA0wcJLu5AtOSBBPw=
github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118 h1:E99reQSX2QxYWdW91D/VCHZakl1iKfcJyOUj4Ikht2Q=
github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118/go.mod h1:noK7t9XCnzp2pJIW/KuHxc1hRo5ZytwZzlO7d3Bmxh8=
github.com/matcornic/addic7ed v0.2.0 h1:aMDcjBDV+VdFV6GGBHhvC63G/gxDlsTbBt1y6RlMpCo=
github.com/matcornic/addic7ed v0.2.0/go.mod h1:YNST2i1S+eqQF8P4vuZS4BRysMGfYbxP++agbpiMTX0=
github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=
github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
Expand Down

0 comments on commit aed1c6a

Please sign in to comment.