arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

Arrai using a different version of afero when compared to sysl. #638

Open springwiz opened 4 years ago

springwiz commented 4 years ago

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

  1. Build sysl with arrai as dependency.

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

$ arrai info