mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 23:21:38 +01:00
* chore(deps): bump to go1.23.6 * go work sync * sync * test(swarm): do not close channel to prevent log after test end * bump caddy version dockerfile
21 lines
705 B
Modula-2
21 lines
705 B
Modula-2
module github.com/sablierapp/sablier/plugins/proxy-wasm
|
|
|
|
go 1.23.6
|
|
|
|
require (
|
|
github.com/json-iterator/tinygo v0.0.0-20211221071957-84b5b690c8a0
|
|
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
|
|
)
|