eoscanada / eos-go

EOS.IO Go API library
MIT License
562 stars 217 forks source link

run demo code ,an error happend when download streamingfast #167

Closed yekai1003 closed 2 years ago

yekai1003 commented 2 years ago

ubuntu@VM-16-4-ubuntu:~/gowork/src/eosdemo$ go mod init eosdemo go: creating new go.mod: module eosdemo go: to add module requirements and sums: go mod tidy ubuntu@VM-16-4-ubuntu:~/gowork/src/eosdemo$ go mod tidy go: finding module for package github.com/streamingfast/cli go: finding module for package github.com/eoscanada/eos-go go: downloading github.com/streamingfast/cli v0.0.2 go: downloading github.com/eoscanada/eos-go v0.10.0 go: found github.com/eoscanada/eos-go in github.com/eoscanada/eos-go v0.10.0 go: found github.com/streamingfast/cli in github.com/streamingfast/cli v0.0.2 go: eosdemo imports github.com/streamingfast/cli: github.com/streamingfast/cli@v0.0.2: parsing go.mod: module declares its path as: github.com/dfuse-io/cli but was required as: github.com/streamingfast/cli

maoueh commented 2 years ago

This is now all fixed in develop and master branches.