github ubiq/go-ubiq v3.2.2
v3.2.2 - Go module import fix

latest releases: v7.0.0, v6.0.0, v5.4.0...
3 years ago

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.2

Don't miss a new go-ubiq release

NewReleases is sending notifications on new releases.