chainkit
chainkit copied to clipboard
Build error: builder/parser.go:110:13: p.progress.Clear undefined (type *progressbar.ProgressBar has no field or method Clear)
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/[email protected]/builder/parser.go:92:16: undefined: progressbar.NewOptions ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:94:4: undefined: progressbar.OptionSetTheme ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:94:31: undefined: progressbar.Theme ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:100:4: undefined: progressbar.OptionSetWidth ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:109:13: p.progress.Finish undefined (type *progressbar.ProgressBar has no field or method Finish) ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:110:13: p.progress.Clear undefined (type *progressbar.ProgressBar has no field or method Clear) make: *** [build] Error 2
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