forked from ul-gaul/go-basestation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 743 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
module github.com/ul-gaul/go-basestation
go 1.16
require (
gioui.org v0.0.0-20210813062522-71c5a134d700
github.com/brianvoe/gofakeit/v6 v6.7.0
github.com/go-fonts/dejavu v0.1.0
github.com/go-fonts/liberation v0.2.0
github.com/jszwec/csvutil v1.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/panjf2000/ants/v2 v2.4.6
github.com/sigurn/crc16 v0.0.0-20160107003519-da416fad5162
github.com/sigurn/utils v0.0.0-20190728110027-e1fefb11a144 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/sqweek/dialog v0.0.0-20210702151303-c326b49d3f01
github.com/wcharczuk/go-chart/v2 v2.1.0
go.bug.st/serial v1.3.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)