feat: add github.com/httprunner/hrp/plugin sub-module

This commit is contained in:
debugtalk
2022-01-17 17:32:32 +08:00
parent fd7992add5
commit ede35216e2
3 changed files with 131 additions and 2 deletions

5
go.mod
View File

@@ -6,8 +6,7 @@ require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/getsentry/sentry-go v0.11.0
github.com/google/uuid v1.3.0
github.com/hashicorp/go-hclog v1.1.0
github.com/hashicorp/go-plugin v1.4.3
github.com/httprunner/hrp/plugin v0.0.0-00010101000000-000000000000
github.com/jinzhu/copier v0.3.2
github.com/jmespath/go-jmespath v0.4.0
github.com/maja42/goval v1.2.1
@@ -21,3 +20,5 @@ require (
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
replace github.com/httprunner/hrp/plugin => ./plugin