fix: Refresh go.mod and go.sum file contents (#919)

This commit is contained in:
Kent Dong
2024-04-23 15:34:25 +08:00
committed by GitHub
parent 3b2196d0f8
commit 5fec6e9ab7
40 changed files with 47 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ replace github.com/alibaba/higress/plugins/wasm-go => ../..
require (
github.com/alibaba/higress/plugins/wasm-go v0.0.0
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240226064518-b3dc4646a35a
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240318034951-d5306e367c43
github.com/pkg/errors v0.9.1
github.com/tidwall/gjson v1.14.3
)