plgd-dev / go-coap

Implementation of CoAP Server & Client in Go

Home Page:https://coap.technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go install issue - go.mod has post-v3 module path at revision v3.0.0

psychedel opened this issue · comments

Details:
go: github.com/plgd-dev/go-coap@v3.0.0: github.com/plgd-dev/go-coap@v3.0.0: invalid version: go.mod has post-v3 module path "github.com/plgd-dev/go-coap/v3" at revision v3.0.0

You need to call go get github.com/plgd-dev/go-coap/v3@v3.0.0