Skip to content

Fix import for extras in go.mod file #207

@dwallacelf

Description

@dwallacelf

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions