change: update gwda-ext

This commit is contained in:
debugtalk
2022-08-27 00:25:48 +08:00
parent 597d56337b
commit 3222b21156
3 changed files with 15 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ import (
"strings"
"time"
gwdaExt "github.com/debugtalk/gwda-ext"
"github.com/electricbubble/gwda"
gwdaExt "github.com/electricbubble/gwda-ext-opencv"
"github.com/pkg/errors"
"github.com/rs/zerolog/log"
)