fix: 回滚go版本,测试加入localhost

This commit is contained in:
余泓铮
2024-09-20 15:05:06 +08:00
parent 029bfa05b4
commit a63a575c37
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/httprunner/httprunner/v4
go 1.22
toolchain go1.22.0
go 1.18
require (
github.com/andybalholm/brotli v1.0.4

View File

@@ -1,3 +1,5 @@
//go:build localtest
package uixt
import (