diff options
Diffstat (limited to 'adapter/statsclient')
-rw-r--r-- | adapter/statsclient/stat_segment_api.go | 2 | ||||
-rw-r--r-- | adapter/statsclient/statsclient.go | 2 | ||||
-rw-r--r-- | adapter/statsclient/statseg_v1.go | 2 | ||||
-rw-r--r-- | adapter/statsclient/statseg_v2.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adapter/statsclient/stat_segment_api.go b/adapter/statsclient/stat_segment_api.go index cb8b105..2c2950f 100644 --- a/adapter/statsclient/stat_segment_api.go +++ b/adapter/statsclient/stat_segment_api.go @@ -20,7 +20,7 @@ import ( "time" "unsafe" - "git.fd.io/govpp.git/adapter" + "go.fd.io/govpp/adapter" ) var ( diff --git a/adapter/statsclient/statsclient.go b/adapter/statsclient/statsclient.go index 18c1266..dd84897 100644 --- a/adapter/statsclient/statsclient.go +++ b/adapter/statsclient/statsclient.go @@ -26,7 +26,7 @@ import ( "syscall" "time" - "git.fd.io/govpp.git/adapter" + "go.fd.io/govpp/adapter" "github.com/fsnotify/fsnotify" "github.com/ftrvxmtrx/fd" logger "github.com/sirupsen/logrus" diff --git a/adapter/statsclient/statseg_v1.go b/adapter/statsclient/statseg_v1.go index 202a1b0..9e0e469 100644 --- a/adapter/statsclient/statseg_v1.go +++ b/adapter/statsclient/statseg_v1.go @@ -19,7 +19,7 @@ import ( "sync/atomic" "unsafe" - "git.fd.io/govpp.git/adapter" + "go.fd.io/govpp/adapter" ) type statSegmentV1 struct { diff --git a/adapter/statsclient/statseg_v2.go b/adapter/statsclient/statseg_v2.go index aa65a3d..f808112 100644 --- a/adapter/statsclient/statseg_v2.go +++ b/adapter/statsclient/statseg_v2.go @@ -20,7 +20,7 @@ import ( "sync/atomic" "unsafe" - "git.fd.io/govpp.git/adapter" + "go.fd.io/govpp/adapter" ) type statSegmentV2 struct { |