prasmussen / gdrive

Google Drive CLI Client
MIT License
8.99k stars 1.19k forks source link

Added replace directive for go 1.18 #648

Open Russtopia opened 2 years ago

Russtopia commented 2 years ago

It seems these are required now to build cleanly in Go 1.18. After applying this patch,

$ go mod vendor
$ go build .
gedw99 commented 2 years ago

@Russtopia nice one !

This fixes shoudl https://github.com/prasmussen/gdrive/issues/649

@prasmussen Can you check and merge ?

gedw99 commented 2 years ago

I have upgraded the code to go 1.19 and also make it pure go.mod based.

If you want a PR let me know.