-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (29 loc) · 1.05 KB
/
go.mod
File metadata and controls
35 lines (29 loc) · 1.05 KB
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
module xPlane
go 1.22.0
toolchain go1.24.0
require (
github.com/buger/jsonparser v1.1.1
github.com/golang/glog v1.1.2
)
require golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
require (
github.com/dominikbraun/graph v0.23.0
google.golang.org/grpc v1.61.0
google.golang.org/grpc/examples v0.0.0-20240125001036-5051eeae537c
)
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/flopp/go-findfont v0.1.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/goccy/go-graphviz v0.2.9 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/tetratelabs/wazero v1.8.1 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)