aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi-types/binapi_types.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/binapi-types/binapi_types.go')
-rw-r--r--examples/binapi-types/binapi_types.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/binapi-types/binapi_types.go b/examples/binapi-types/binapi_types.go
index ae650a1..75bf9b4 100644
--- a/examples/binapi-types/binapi_types.go
+++ b/examples/binapi-types/binapi_types.go
@@ -21,11 +21,11 @@ import (
"log"
"time"
- "git.fd.io/govpp.git/binapi/ethernet_types"
- "git.fd.io/govpp.git/binapi/ip"
- "git.fd.io/govpp.git/binapi/ip_types"
- "git.fd.io/govpp.git/binapi/vpe_types"
- "git.fd.io/govpp.git/codec"
+ "go.fd.io/govpp/binapi/ethernet_types"
+ "go.fd.io/govpp/binapi/ip"
+ "go.fd.io/govpp/binapi/ip_types"
+ "go.fd.io/govpp/binapi/vpe_types"
+ "go.fd.io/govpp/codec"
)
func init() {