mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
While waiting for upstream todoist to work, patch locally Use 'replace' to use locally vendored version, with modifications
9 lines
190 B
Modula-2
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
|
|
)
|