fix: data race

This commit is contained in:
xucong053
2022-07-04 17:14:39 +08:00
committed by 徐聪
parent a24107c394
commit 548e846a3b
4 changed files with 8 additions and 7 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/httprunner/httprunner/v4
go 1.18
go 1.16
require (
github.com/andybalholm/brotli v1.0.4
@@ -17,7 +17,6 @@ require (
github.com/jmespath/go-jmespath v0.4.0
github.com/json-iterator/go v1.1.12
github.com/maja42/goval v1.2.1
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1