go – Leekchan Accounting conflicting with ShopSpring Decimal
go – Leekchan Accounting conflicting with ShopSpring Decimal
This is because they have a checked in vendor directory that contains github.com/shopspring/decimal which it appears you already have on your path. You are best having a single vendor directory inside your project that contains both github.com/shopspring/decimal and github.com/leekchan/accounting so that you directory structure will look like:
- main.go
| - vendor
| - github.com/leekchan/accounting
| - github.com/shopspring/decimal