Hi GoVPP & VPP users,

Following up on the lasts GoVPP Community meetings discussions the GoVPP
package path has been changed to `go.fd.io/govpp`
This is part of an effort to also move the repository to github, add CI
jobs, etc...

If you are a GoVPP user, this means you should either :
- Stay on the last release for now [v0.5.0] that we just published with the
old import path `git.fd.io/govpp.git`
- Upgrade GoVPP to its latest commit and change the import path to `
go.fd.io/govpp`.
This can be done by running the following commands in your project :

    go mod edit -droprequire=git.fd.io/govpp.git
    go get go.fd.io/govpp@master
    go mod tidy
    grep -rl git.fd.io/govpp.git . | xargs sed -i 's|
git.fd.io/govpp.git|go.fd.io/govpp|g'
    # You might also want to re-generate the api bindings after this if you
are upgrading from an old release

Cheers
-Nathan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21761): https://lists.fd.io/g/vpp-dev/message/21761
Mute This Topic: https://lists.fd.io/mt/92790959/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to