blocklayerhq / chainkit

ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.
Apache License 2.0
120 stars 27 forks source link

Build error: builder/parser.go:110:13: p.progress.Clear undefined (type *progressbar.ProgressBar has no field or method Clear) #24

Open kevingzhang opened 4 years ago

kevingzhang commented 4 years ago

make go generate ./templates writing assets_vfsdata.go CGO_ENABLED=0 go build -v -ldflags "-s -w -X go list ./version.Version=f05ad83d49faf6ccf305a61c13ce15587047299c" github.com/blocklayerhq/chainkit/builder

github.com/blocklayerhq/chainkit/builder

../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:92:16: undefined: progressbar.NewOptions ../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:94:4: undefined: progressbar.OptionSetTheme ../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:94:31: undefined: progressbar.Theme ../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:100:4: undefined: progressbar.OptionSetWidth ../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:109:13: p.progress.Finish undefined (type progressbar.ProgressBar has no field or method Finish) ../../go/pkg/mod/github.com/blocklayerhq/chainkit@v0.0.0-20190217215054-f05ad83d49fa/builder/parser.go:110:13: p.progress.Clear undefined (type progressbar.ProgressBar has no field or method Clear) make: *** [build] Error 2

kevingzhang commented 4 years ago

I dd migrate to go.mod but still got this build error. Is there anything missing? I am building on Mac. go 1.13.4