-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
30 lines (27 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module mosn.io/proxy-wasm-go-host
go 1.18
require (
github.com/golang/mock v1.6.0
github.com/stretchr/testify v1.8.0
github.com/tetratelabs/wabin v0.0.0-20220927005300-3b0fbf39a46a
github.com/tetratelabs/wazero v1.2.1
github.com/wasmerio/wasmer-go v1.0.4
mosn.io/mosn v1.2.0
mosn.io/pkg v1.2.1
)
require (
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/hashicorp/go-syslog v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mosn.io/api v1.2.1 // indirect
)