console: move ethertypes for IPv4/IPv6 to helpers package

This commit is contained in:
Vincent Bernat
2022-07-07 02:43:22 +02:00
parent d7826e3733
commit dff8773c7f
5 changed files with 21 additions and 7 deletions

View File

@@ -15,15 +15,15 @@ import (
"sync"
"time"
"github.com/benbjohnson/clock"
"gopkg.in/tomb.v2"
"akvorado/common/clickhousedb"
"akvorado/common/daemon"
"akvorado/common/http"
"akvorado/common/reporter"
"akvorado/console/authentication"
"akvorado/console/database"
"github.com/benbjohnson/clock"
"gopkg.in/tomb.v2"
)
// Component represents the console component.