-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 879 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (26 loc) · 879 Bytes
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
module github.com/Open-MBEE/OpenSysML
go 1.25.0
require (
connectrpc.com/connect v1.20.0
connectrpc.com/grpcreflect v1.3.0
github.com/chzyer/readline v1.5.1
go.lsp.dev/jsonrpc2 v0.10.0
go.lsp.dev/protocol v0.12.0
go.lsp.dev/uri v0.3.0
go.uber.org/zap v1.21.0
golang.org/x/net v0.23.0
golang.org/x/text v0.37.0
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.3 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.3.4 // indirect
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/sys v0.45.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
)