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/govpp.git@v0.8.0: no secure protocol found for repository
git.fd.io/govpp.git/binapi/memif: go.fd.io/govpp.git@v0.8.0: 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)
When I attempt to add the two references to a go.mod file
and then I run
go mod tidy, I get this error a lot:What should I be adding to
go.modso 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)