Major update is not reflected in go.mod file
Closed this issue · 1 comments
brlbil commented
Version 2 of the library is not usable right now because the module update is not reflected in the go.mod
file as module github.com/jsimonetti/rtnetlink/v2
SuperQ commented
I just noticed this as well, opened PR to fix.
$ go get github.com/jsimonetti/rtnetlink@v2.0.0
go: github.com/jsimonetti/rtnetlink@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("github.com/jsimonetti/rtnetlink/v2")