forked from vhive-serverless/vSwarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 1.3 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
module tests/video_analytics
go 1.16
replace (
github.com/ease-lab/vhive-xdt/proto/crossXDT => github.com/ease-lab/vhive-xdt/proto/crossXDT v0.0.0-20210903135911-a8dd405a02ec
github.com/ease-lab/vhive-xdt/proto/downXDT => github.com/ease-lab/vhive-xdt/proto/downXDT v0.0.0-20210903135911-a8dd405a02ec
github.com/ease-lab/vhive-xdt/proto/upXDT => github.com/ease-lab/vhive-xdt/proto/upXDT v0.0.0-20210903135911-a8dd405a02ec
github.com/ease-lab/vhive-xdt/utils => github.com/ease-lab/vhive-xdt/utils v0.0.0-20210903135911-a8dd405a02ec
tests/video_analytics/proto => ./proto
github.com/ease-lab/vhive-benchmarking/utils/storage/go => ../../utils/storage/go
github.com/ease-lab/vhive-benchmarking/utils/tracing/go => ../../utils/tracing/go
)
require (
github.com/containerd/containerd v1.5.2
github.com/ease-lab/vhive-xdt/sdk/golang v0.0.0-20210903135911-a8dd405a02ec
github.com/ease-lab/vhive-xdt/utils v0.0.0-00010101000000-000000000000
github.com/ease-lab/vhive/examples/protobuf/helloworld v0.0.0-20210707110616-9ea18b3bc35e
github.com/ease-lab/vhive-benchmarking/utils/storage/go v0.0.0-00010101000000-000000000000
github.com/ease-lab/vhive-benchmarking/utils/tracing/go v0.0.0-00010101000000-000000000000
github.com/sirupsen/logrus v1.8.1
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
)