forked from mosn/layotto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (38 loc) · 1.55 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
31
32
33
34
35
36
37
38
39
40
41
module mosn.io/layotto
go 1.14
require (
github.com/agrea/ptr v0.0.0-20180711073057-77a518d99b7b
github.com/alicebob/miniredis/v2 v2.13.3
github.com/dapr/components-contrib v1.5.1-rc.1
github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233
github.com/fsnotify/fsnotify v1.4.9
github.com/gammazero/workerpool v1.1.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/json-iterator/go v1.1.11
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.1
github.com/valyala/fasthttp v1.28.0
golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/grpc v1.39.0
google.golang.org/grpc/examples v0.0.0-20210818220435-8ab16ef276a3
google.golang.org/protobuf v1.27.1
mosn.io/api v0.0.0-20210714065837-5b4c2d66e70c
mosn.io/layotto/components v0.0.0-20211020084508-6f5ee3cfeba0
mosn.io/layotto/spec v0.0.0-20211020084508-6f5ee3cfeba0
mosn.io/mosn v0.24.1-0.20210930054637-4bc2c55b30bf
mosn.io/pkg v0.0.0-20210823090748-f639c3a0eb36
mosn.io/proxy-wasm-go-host v0.1.1-0.20210524020952-3fb13ba763a6
)
replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
mosn.io/layotto/components => ./components
mosn.io/layotto/spec => ./spec
mosn.io/proxy-wasm-go-host => github.com/layotto/proxy-wasm-go-host v0.1.1-0.20210929091514-828451606147
)