change: remove plugin sub-module

This commit is contained in:
debugtalk
2022-01-16 00:13:49 +08:00
parent f41c489699
commit c1b9daeb5a
10 changed files with 8 additions and 137 deletions

View File

@@ -1,10 +0,0 @@
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
)