Please do not post any internal, closed source snippets on this public issue tracker!
Description
arrai is using spf13/afero zipf package and this leads to issues while including arrai as a dependency in Sysl as anz-bank/afero doesn’t include zipf package.
Please do not post any internal, closed source snippets on this public issue tracker!
Description
arrai is using spf13/afero zipf package and this leads to issues while including arrai as a dependency in Sysl as anz-bank/afero doesn’t include zipf package.
Steps to Reproduce
Expected behavior
The Sysl binary should be build successfully.
Actual behavior
go: downloading github.com/stretchr/objx v0.1.0 go: downloading github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 go: extracting github.com/stretchr/objx v0.1.0 go: finding github.com/alecthomas/template latest go: extracting github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 build github.com/anz-bank/sysl/cmd/sysl: cannot load github.com/spf13/afero/zipfs: module github.com/spf13/afero@latest (v1.3.5) found, but does not contain package github.com/spf13/afero/zipfs make: *** [build] Error 1
Your Environment