mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/httprunner/hrp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
|
|
github.com/debugtalk/boomer v1.6.0
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0
|
|
github.com/maja42/goval v1.2.1
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.26.0
|
|
github.com/shirou/gopsutil v3.21.10+incompatible // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/zeromq/goczmq v4.1.0+incompatible // indirect
|
|
github.com/zeromq/gomq v0.0.0-20201031135124-cef4e507bb8e // indirect
|
|
github.com/zeromq/gomq/zmtp v0.0.0-20201031135124-cef4e507bb8e // indirect
|
|
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|