1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Sean Smith b184c8ae9f Hotfix todoist
While waiting for upstream todoist to work, patch locally
Use 'replace' to use locally vendored version, with modifications
2019-09-04 21:15:08 -04:00

9 lines
190 B
Modula-2

module github.com/darkSasori/todoist
go 1.12
require (
github.com/darkSasori/todoist v0.0.0-20180625015933-ab3a9f0b9d55
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20180615191036-16f9a43967d6
)