Unify wasm go sdk version (#797)

This commit is contained in:
Uncle-Justice
2024-01-26 16:48:57 +08:00
committed by GitHub
parent 3598c21da0
commit ad4cfdbd40
10 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/alibaba/higress/plugins/wasm-go v0.0.0-20230807053545-d307d0e755f1
github.com/go-jose/go-jose/v3 v3.0.0
github.com/tetratelabs/proxy-wasm-go-sdk v0.19.1-0.20220822060051-f9d179a57f8c
github.com/tetratelabs/proxy-wasm-go-sdk v0.22.0
github.com/tidwall/gjson v1.14.3
golang.org/x/oauth2 v0.11.0
)