elliotforbes/go-webassembly-framework

error when make build-cli

Opened this issue · 0 comments

make build-cli

GO111MODULE=on
GOOS=darwin GOARCH=amd64 go build -o oak cmd/oak-cli/main.go

github.com/spf13/cobra

../../spf13/cobra/command.go:31:25: undefined: pflag.ParseErrorsWhitelist
Makefile:6: recipe for target 'build-cli' failed
make: *** [build-cli] Error 2