-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 940 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 940 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
module msfs2020-gopilot
go 1.17
require (
github.com/buger/jsonparser v1.1.1
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/grumpypixel/go-airport-finder v0.0.0-20210902211810-793a4fb1490b
github.com/grumpypixel/msfs2020-simconnect-go v0.4.1-0.20210927204210-b46d02c1b825
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/mattn/go-colorable v0.1.8
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/grumpypixel/go-webget v0.0.0-20210513194017-df576311f21d // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
olympos.io/encoding/edn v0.0.0-20200308123125-93e3b8dd0e24 // indirect
)