diff options
Diffstat (limited to 'core/stats.go')
-rw-r--r-- | core/stats.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/stats.go b/core/stats.go index f05383d..897a475 100644 --- a/core/stats.go +++ b/core/stats.go @@ -5,8 +5,8 @@ import ( "strings" "time" - "git.fd.io/govpp.git/adapter" - "git.fd.io/govpp.git/api" + "go.fd.io/govpp/adapter" + "go.fd.io/govpp/api" ) var ( |