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

Replace spf13/afero imports with our own

Latest
Compare
Choose a tag to compare
@taratatach taratatach released this 07 Dec 14:46
5f831d8
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*`.