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

10
plugin/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/httprunner/hrp/plugin
go 1.16
require (
github.com/hashicorp/go-hclog v1.1.0
github.com/hashicorp/go-plugin v1.4.3
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
)