mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 17:59:58 +08:00
fix: replace with github.com/andybalholm/brotli to avoid using cgo
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,8 +3,8 @@ module github.com/httprunner/hrp
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/google/brotli/go/cbrotli v0.0.0-20220110100810-f4153a09f87c
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/httprunner/hrp/plugin v0.0.0
|
||||
github.com/jinzhu/copier v0.3.2
|
||||
|
||||
Reference in New Issue
Block a user