-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
When I attempt to add the two references to a go.mod file
go.fd.io/govpp.git v0.8.0
go.fd.io/govpp.git/extras v0.1.0
and then I run go mod tidy, I get this error a lot:
git.fd.io/govpp.git: go.fd.io/[email protected]: no secure protocol found for repository
git.fd.io/govpp.git/binapi/memif: go.fd.io/[email protected]: no secure protocol found for repository
What should I be adding to go.mod so that I can use libmemif and govpp.
I also tried to use github.com/FDio/govpp but go mod hates that even more.
Originally posted by @Sophrinix in #122 (comment)
Metadata
Metadata
Assignees
Labels
No labels