1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

go.mod: Comment out line to replace github.com/darkSasori/todist

This line is producing the following error:

```
$ go mod vendor
go mod vendor: open /home/dhanush/go/src/github.com/wtfutil/wtf/vendor/github.com/darkSasori/todoist: no such file or directory
```

Commenting it out fixes the error and produces new changes to go.mod,
go.sum and the vendor directory.
This commit is contained in:
Indradhanush Gupta 2019-09-14 16:20:51 +05:30
parent 4c3abf5aca
commit 1ee3e6d213

2
go.mod
View File

@ -107,4 +107,4 @@ require (
k8s.io/client-go v12.0.0+incompatible
)
replace github.com/darkSasori/todoist => ./vendor/github.com/darkSasori/todoist
// replace github.com/darkSasori/todoist => ./vendor/github.com/darkSasori/todoist