mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 03:29:30 +08:00
move ghdc to pkg
This commit is contained in:
@@ -3,11 +3,11 @@ package uixt
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package option
|
||||
|
||||
import "code.byted.org/iesqa/ghdc"
|
||||
import "github.com/httprunner/httprunner/v5/pkg/ghdc"
|
||||
|
||||
const (
|
||||
HdcServerHost = "localhost"
|
||||
|
||||
Reference in New Issue
Block a user