move package to v2 version as per go requirements after update to version 2.0
Change-Id: Iac4cc56f014f49e7d241357f8b7a5f4f3047bedc
diff --git a/meframe/me_reboot_test.go b/meframe/me_reboot_test.go
index 8c16b7f..71b756b 100644
--- a/meframe/me_reboot_test.go
+++ b/meframe/me_reboot_test.go
@@ -18,9 +18,9 @@
import (
"github.com/google/gopacket"
- . "github.com/opencord/omci-lib-go"
- me "github.com/opencord/omci-lib-go/generated"
- "github.com/opencord/omci-lib-go/meframe"
+ . "github.com/opencord/omci-lib-go/v2"
+ me "github.com/opencord/omci-lib-go/v2/generated"
+ "github.com/opencord/omci-lib-go/v2/meframe"
"github.com/stretchr/testify/assert"
"math/rand"
"testing"