terra-money / terra.go

Go library for terra blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module declares its path as: github.com/terra-project/terra.go

scrawld opened this issue · comments

commented

go: finding module for package github.com/terra-money/terra.go/key
go: found github.com/terra-money/terra.go/key in github.com/terra-money/terra.go v1.0.0
go: test_func imports
github.com/terra-money/terra.go/key: github.com/terra-money/terra.go@v1.0.0: parsing go.mod:
module declares its path as: github.com/terra-project/terra.go
but was required as: github.com/terra-money/terra.go

I can confirm this. I'm doing:
import ( "github.com/terra-project/terra.go/client")
to get the client instead of :
github.com/terra-project/terra.go/client.

I also see that when you go to: this issues link and raplce terra-money with terra-project itll be redirected to the terra-money issue. Not sure what that's about, but the change from terra-money to terra-project in importing does make it confusing when importing