Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Releases: cozy/afero

Replace spf13/afero imports with our own

07 Dec 14:46
5f831d8
Compare
Choose a tag to compare
chore: Import packages from our fork (#1)

Our fork is used in `github.com/cozy/cozy-stack` which will now
require it directly instead of replacing the original
`github.com/spf13/afero` package via go mod's `replace` directive
which prevents the use of `go install`, replacing `go get` in Go 1.18.

We simply replace all imports of `spf13/afero*` with `cozy/afero*`.

v1.2.3: Return error in Readdir on regular mem file

17 Jul 18:11
Compare
Choose a tag to compare