From 96c3dce9de1aded53c1e4bf098817fc59692eb64 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 12:35:04 +0200 Subject: fixed import paths Signed-off-by: Rastislav Szabo --- examples/bin_api/acl/acl.go | 2 +- examples/bin_api/af_packet/af_packet.go | 2 +- examples/bin_api/interfaces/interfaces.go | 2 +- examples/bin_api/ip/ip.go | 2 +- examples/bin_api/memif/memif.go | 2 +- examples/bin_api/tap/tap.go | 2 +- examples/bin_api/uflow/uflow.go | 2 +- examples/example_client.go | 14 +++++++------- examples/examples | Bin 3001869 -> 3006225 bytes 9 files changed, 14 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/bin_api/acl/acl.go b/examples/bin_api/acl/acl.go index 89b3805..34300fc 100644 --- a/examples/bin_api/acl/acl.go +++ b/examples/bin_api/acl/acl.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/acl.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package acl -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x3cd02d84 diff --git a/examples/bin_api/af_packet/af_packet.go b/examples/bin_api/af_packet/af_packet.go index 4b89e76..a00b060 100644 --- a/examples/bin_api/af_packet/af_packet.go +++ b/examples/bin_api/af_packet/af_packet.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/af_packet.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package af_packet -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x4ca71f33 diff --git a/examples/bin_api/interfaces/interfaces.go b/examples/bin_api/interfaces/interfaces.go index b0424f0..e452ceb 100644 --- a/examples/bin_api/interfaces/interfaces.go +++ b/examples/bin_api/interfaces/interfaces.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/interface.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package interfaces -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x6857f668 diff --git a/examples/bin_api/ip/ip.go b/examples/bin_api/ip/ip.go index 7c2a80c..4d0d27a 100644 --- a/examples/bin_api/ip/ip.go +++ b/examples/bin_api/ip/ip.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package ip -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x6a819870 diff --git a/examples/bin_api/memif/memif.go b/examples/bin_api/memif/memif.go index 2800edc..703e852 100644 --- a/examples/bin_api/memif/memif.go +++ b/examples/bin_api/memif/memif.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/memif.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package memif -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0xadb63e82 diff --git a/examples/bin_api/tap/tap.go b/examples/bin_api/tap/tap.go index 4d892ac..778db91 100644 --- a/examples/bin_api/tap/tap.go +++ b/examples/bin_api/tap/tap.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/tap.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package tap -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x1aedb9f2 diff --git a/examples/bin_api/uflow/uflow.go b/examples/bin_api/uflow/uflow.go index ecf1674..7e5f50e 100644 --- a/examples/bin_api/uflow/uflow.go +++ b/examples/bin_api/uflow/uflow.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/uflow.api.json' on Fri, 21 Apr 2017 17:10:06 CEST. package uflow -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x85909300 diff --git a/examples/example_client.go b/examples/example_client.go index fd858ee..3004780 100644 --- a/examples/example_client.go +++ b/examples/example_client.go @@ -24,13 +24,13 @@ import ( "os" "os/signal" - "gerrit.fd.io/r/govpp" - "gerrit.fd.io/r/govpp/api" - "gerrit.fd.io/r/govpp/api/ifcounters" - "gerrit.fd.io/r/govpp/core/bin_api/vpe" - "gerrit.fd.io/r/govpp/examples/bin_api/acl" - "gerrit.fd.io/r/govpp/examples/bin_api/interfaces" - "gerrit.fd.io/r/govpp/examples/bin_api/tap" + "gerrit.fd.io/r/govpp.git" + "gerrit.fd.io/r/govpp.git/api" + "gerrit.fd.io/r/govpp.git/api/ifcounters" + "gerrit.fd.io/r/govpp.git/core/bin_api/vpe" + "gerrit.fd.io/r/govpp.git/examples/bin_api/acl" + "gerrit.fd.io/r/govpp.git/examples/bin_api/interfaces" + "gerrit.fd.io/r/govpp.git/examples/bin_api/tap" ) func main() { diff --git a/examples/examples b/examples/examples index 30dde52..b02014f 100755 Binary files a/examples/examples and b/examples/examples differ -- cgit 1.2.3-korg