mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
* chore(deps): bump to go1.24.0 * use proxy-wasm/proxy-wasm-go-sdk * remove tinygo * update docker image * add missing env * use go tool directive for mockgen * chore: bump Kong/ngx_wasm_module to pre-release 0.6.0 Thanks to https://github.com/Kong/ngx_wasm_module/issues/682 * fix go mod * set caddy to go1.23
22 lines
781 B
Modula-2
22 lines
781 B
Modula-2
module github.com/sablierapp/sablier/plugins/proxy-wasm
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/json-iterator/tinygo v0.0.0-20211221071957-84b5b690c8a0
|
|
github.com/proxy-wasm/proxy-wasm-go-sdk v0.0.0-20250212164326-ab4161dcf924
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tetratelabs/proxy-wasm-go-sdk v0.24.0
|
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/tetratelabs/wazero v1.7.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|