C2FO / vfs

Pluggable, extensible virtual file system for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update go to 1.19 and update dependencies

funkyshu opened this issue · comments

vfs should be as up to date as possible while maintaining some level of backwards compatibility. As such vfs's go.mod should generally be set to 1 minor version lower than latest.
Go is currently at 1.20.4.
vfs's go.mod is currently at 1.18.

We should update go.mod to 1.19 and update all dependencies.