Skip to content

Commit 354fb95

Browse files
committed
AK-47707: fixing module path
1 parent d35540c commit 354fb95

File tree

288 files changed

+763
-763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+763
-763
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BUILD_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
1010
BUILD_HOST ?= $(shell hostname)
1111
BUILD_USER ?= $(shell id -un)
1212

13-
GOVPP_PKG := go.fd.io/govpp/internal
13+
GOVPP_PKG := github.com/alkiranet/govpp/internal
1414

1515
VPP_API_DIR ?= ${VPP_DIR}/build-root/install-vpp-native/vpp/share/vpp/api
1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://github.com/FDio/govpp/tags"><img src="https://img.shields.io/github/v/tag/fdio/govpp?label=latest&logo=github&sort=semver&color=blue" alt="Latest"></a>
7-
<a href="https://pkg.go.dev/go.fd.io/govpp"><img src="https://pkg.go.dev/badge/go.fd.io/govpp" alt="PkgGoDev"></a>
7+
<a href="https://pkg.go.dev/github.com/alkiranet/govpp"><img src="https://pkg.go.dev/badge/github.com/alkiranet/govpp" alt="PkgGoDev"></a>
88
<a href="https://github.com/FDio/govpp/actions/workflows/ci.yaml"><img src="https://github.com/FDio/govpp/actions/workflows/ci.yaml/badge.svg" alt="CI"></a>
99
<a href="https://github.com/FDio/govpp/actions/workflows/test.yaml"><img src="https://github.com/FDio/govpp/actions/workflows/test.yaml/badge.svg" alt="Test"></a>
1010
</p>
@@ -61,7 +61,7 @@ For complete code examples demonstrating vrious GoVPP features, please refer to
6161
Refer to [User Guide](docs/USER_GUIDE.md) document for info about how to use GoVPP.
6262
If you run into any issues or need some help with debugging GoVPP, read our [Troubleshooting](docs/TROUBLESHOOTING.md) document.
6363

64-
Go reference docs are available at [pkg.go.dev](https://pkg.go.dev/go.fd.io/govpp).
64+
Go reference docs are available at [pkg.go.dev](https://pkg.go.dev/github.com/alkiranet/govpp).
6565

6666
For other documentation refer to [docs](docs) directory.
6767

adapter/statsclient/stat_segment_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"time"
2121
"unsafe"
2222

23-
"go.fd.io/govpp/adapter"
23+
"github.com/alkiranet/govpp/adapter"
2424
)
2525

2626
var (

adapter/statsclient/statseg_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"sync/atomic"
1919
"unsafe"
2020

21-
"go.fd.io/govpp/adapter"
21+
"github.com/alkiranet/govpp/adapter"
2222
)
2323

2424
type statSegmentV1 struct {

adapter/statsclient/statseg_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"sync/atomic"
2121
"unsafe"
2222

23-
"go.fd.io/govpp/adapter"
23+
"github.com/alkiranet/govpp/adapter"
2424
)
2525

2626
type statSegmentV2 struct {

binapi/abf/abf.ba.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/abf/abf_rpc.ba.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl/acl.ba.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl/acl_rpc.ba.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl_types/acl_types.ba.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)