fix: replace with github.com/andybalholm/brotli to avoid using cgo

This commit is contained in:
debugtalk
2022-02-21 18:25:01 +08:00
parent fd29a6cf8c
commit b3762dbbbc
3 changed files with 26 additions and 5 deletions

2
go.mod
View File

@@ -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