forked from b3nn0/stratux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.2 KB
/
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
28
module github.com/b3nn0/stratux
go 1.16
require (
github.com/BertoldVdb/go-ais v0.1.0 // indirect
github.com/b3nn0/goflying v0.0.0-20210424141101-d83dac8fdc36
github.com/dustin/go-humanize v1.0.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/felixge/pidctrl v0.0.0-20160307080219-7b13bcae7243
github.com/gansidui/geohash v0.0.0-20141019080235-ebe5ba447f34
github.com/jpoirier/gortlsdr v2.10.0+incompatible
github.com/kellydunn/golang-geo v0.7.0
github.com/kidoman/embd v0.0.0-20170508013040-d3d8c0c5c68d
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.0 // indirect
github.com/mattn/go-sqlite3 v1.14.6
github.com/prometheus/client_golang v1.10.0
github.com/ricochet2200/go-disk-usage v0.0.0-20150921141558-f0d1b743428f
github.com/stianeikeland/go-rpio/v4 v4.5.1-0.20210920090620-2ab4c0432c52
github.com/stratux/serial v0.0.0-19700101022104-87f23b1d3198
github.com/takama/daemon v1.0.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/uavionix/serial v0.0.0-19700101022104-87f23b1d3198
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/net v0.0.0-20210326220855-61e056675ecf
gonum.org/v1/plot v0.9.0
)