mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
11 lines
206 B
Modula-2
11 lines
206 B
Modula-2
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
|
|
)
|