FDio / govpp

Go toolset for the VPP.
Apache License 2.0
193 stars 82 forks source link

[extras] Add documentation for govpp/extras and govpp/extras/gomemif #122

Open sknat opened 1 year ago

sknat commented 1 year ago

It might be good to have small READMEs (+list of users for extras)

sknat commented 1 year ago

Hi SimardeepSingh1450,

I added this issue to remind myself to add READMEs to the extras/ folder as they are missing. Not sure what to add to the description though.

Cheers -Nathan

On 11 May 2023, at 12:42, SimardeepSingh1450 @.**@.>> wrote:

can you please elaborate the issue ?

— Reply to this email directly, view it on GitHubhttps://github.com/FDio/govpp/issues/122#issuecomment-1543760112, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAZ5XZBZ656Y7JWAFQKJDMDXFS7CBANCNFSM6AAAAAAWVOM6RU. You are receiving this because you authored the thread.Message ID: @.***>

Sophrinix commented 8 months ago

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.

ondrej-fabry commented 3 months ago

@Sophrinix New GitHub issue has been created for the problem you are experiencing. Let's continue commenting related to that in that issue.

Thanks.