goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 45 forks source link

go get failed #146

Closed 13083718335 closed 4 years ago

13083718335 commented 4 years ago

When i import this package, such an error occurred:

>>> go get github.com/goat-systems/go-tezos/v2
go: finding github.com/DefinitelyNotAGoat/go-tezos v1.0.9
go: github.com/DefinitelyNotAGoat/go-tezos@v1.0.9: unknown revision v1.0.9
go: error loading module requirements
DefinitelyNotAGoat commented 4 years ago

Interesting. I am able to run it okay. My mod file for a project consuming this library looks like:

github.com/goat-systems/go-tezos/v2 v2.7.0-alpha
DefinitelyNotAGoat commented 4 years ago

Closing due to inactivity.