move ghdc to pkg

This commit is contained in:
lilong.129
2025-03-05 21:33:06 +08:00
parent 201df9afed
commit b5fffdf548
7 changed files with 5 additions and 7 deletions

View File

@@ -7,11 +7,11 @@ import (
"regexp"
"time"
"code.byted.org/iesqa/ghdc"
"github.com/pkg/errors"
"github.com/rs/zerolog/log"
"github.com/httprunner/httprunner/v5/code"
"github.com/httprunner/httprunner/v5/pkg/ghdc"
"github.com/httprunner/httprunner/v5/uixt/option"
"github.com/httprunner/httprunner/v5/uixt/types"
)