Skip to content

v3.2.3 - Go module import fix

Compare
Choose a tag to compare
@jyap808 jyap808 released this 19 Dec 20:23
· 1064 commits to master since this release

This minor release fixes Go module imports since we have a different versioning scheme compared to upstream Go-Ethereum.

This only affects Go projects which build off of Go-Ubiq (for example mining pools).

Projects will need to modify their import paths and go.mod as well.

To import Go-Ubiq use the following example:

import github.com/ubiq/go-ubiq/v3

go.mod will also need to be updated to read:

github.com/ubiq/go-ubiq/v3 v3.2.3