-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 947 Bytes
/
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
module github.com/jimil749/reva-plugin-benchmark
go 1.16
require (
github.com/cs3org/go-cs3apis v0.0.0-20210611142157-17d19df2c3d3
github.com/cs3org/reva v1.7.0
github.com/fatih/color v1.12.0 // indirect
github.com/hashicorp/go-hclog v0.16.1
github.com/hashicorp/go-plugin v1.4.2
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
github.com/oklog/run v1.1.0 // indirect
github.com/pkujhd/goloader v0.0.0-20210615054041-5b57425f456f
github.com/traefik/yaegi v0.9.18
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
google.golang.org/genproto v0.0.0-20210611144927-798beca9d670 // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)