diff --git a/forwarder/vppagent/pkg/converter/remote_connection_converter.go b/forwarder/vppagent/pkg/converter/remote_connection_converter.go index 787c74b055..bfc22df75d 100644 --- a/forwarder/vppagent/pkg/converter/remote_connection_converter.go +++ b/forwarder/vppagent/pkg/converter/remote_connection_converter.go @@ -18,9 +18,10 @@ package converter import ( "math" - "github.com/networkservicemesh/networkservicemesh/controlplane/api/connection/mechanisms/wireguard" vpp_l3 "go.ligato.io/vpp-agent/v3/proto/ligato/vpp/l3" + "github.com/networkservicemesh/networkservicemesh/controlplane/api/connection/mechanisms/wireguard" + "github.com/networkservicemesh/networkservicemesh/controlplane/api/connection/mechanisms/srv6" "github.com/pkg/errors"