emiago/sipgo

Client register example - parser package not found

Closed this issue · 3 comments

When trying to run register client example, get the following error

main.go:14:2: no required module provides package github.com/emiago/sipgo/parser; to add it:
	go get github.com/emiago/sipgo/parser

recipient fields can be assigned individually I guess.

Running go mod tidy return following

github.com/emiago/sipgo/parser: module github.com/emiago/sipgo@latest found (v0.15.2), but does not contain package github.com/emiago/sipgo/parser

Hi @sthustfo1

Currently there were some code restructure changes. Probably this was not updated. Will provide a fix.

pls update to main branch

Thanks, working now.