File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,14 @@ module github.com/matcornic/subify
33go 1.13
44
55require (
6- github.com/PuerkitoBio/goquery v1.5.0 // indirect
76 github.com/andybalholm/cascadia v1.1.0 // indirect
8- github.com/deckarep/golang-set v1.7.1 // indirect
97 github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
108 github.com/google/go-querystring v1.0.0
119 github.com/jacobmarshall/go-toast v0.0.0-20190211030409-01e6764cf0a4
1210 github.com/kolo/xmlrpc v0.0.0-20190909154602-56d5ec7c422e // indirect
1311 github.com/lafikl/backoff v0.0.0-20150814094333-4dc77674acea // indirect
1412 github.com/lafikl/fluent v0.0.0-20141109195914-392b95b3b5b2
15- github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985 // indirect
16- github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118
13+ github.com/matcornic/addic7ed v0.2.0
1714 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
1815 github.com/olekukonko/tablewriter v0.0.4
1916 github.com/oz/osdb v0.0.0-20190204162748-da06ada9cdc1
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzR
9090github.com/magiconair/properties v1.8.1 /go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ =
9191github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985 h1:Pz8zZjVRvKxISYimNzLGnzSNl5hYXFSN80FPQ+qt1HE =
9292github.com/masatana/go-textdistance v0.0.0-20191005053614-738b0edac985 /go.mod h1:1nU7rI+iBPtzc9ZKOqeQacD290rA0wcJLu5AtOSBBPw =
93- github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118 h1:E99reQSX2QxYWdW91D/VCHZakl1iKfcJyOUj4Ikht2Q =
94- github.com/matcornic/addic7ed v0.0.0-20180219221400-66d0d2491118 /go.mod h1:noK7t9XCnzp2pJIW/KuHxc1hRo5ZytwZzlO7d3Bmxh8 =
93+ github.com/matcornic/addic7ed v0.2.0 h1:aMDcjBDV+VdFV6GGBHhvC63G/gxDlsTbBt1y6RlMpCo =
94+ github.com/matcornic/addic7ed v0.2.0 /go.mod h1:YNST2i1S+eqQF8P4vuZS4BRysMGfYbxP++agbpiMTX0 =
9595github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54 =
9696github.com/mattn/go-runewidth v0.0.7 /go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI =
9797github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
You can’t perform that action at this time.
0 commit comments