-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.1 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/ul-gaul/stratos_ground-station
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/fatih/color v1.11.0 // indirect
github.com/jszwec/csvutil v1.5.0
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
github.com/panjf2000/ants/v2 v2.4.4
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/pkg/errors v0.9.1 // indirect
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.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
github.com/wailsapp/wails v1.16.3
go.bug.st/serial v1.1.3
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)