forked from hashicorp/go-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 895 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
24
25
26
27
module github.com/Hiper-Link/go-plugin
go 1.17
require (
github.com/golang/protobuf v1.5.3
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/yamux v0.1.1
github.com/jhump/protoreflect v1.15.1
github.com/mitchellh/go-testing-interface v1.14.1
github.com/oklog/run v1.1.0
google.golang.org/grpc v1.58.2
)
require (
github.com/bufbuild/protocompile v0.4.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)