mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
fix: 回滚go版本,测试加入localhost
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build localtest
|
||||
|
||||
package uixt
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user