-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (30 loc) · 1.08 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
29
30
31
32
33
module github.com/merliot/hub
go 1.22.0
require (
github.com/adrianmo/go-nmea v1.10.0
github.com/go-playground/form/v4 v4.2.1
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/ietxaniz/delock v0.3.0
github.com/juju/ratelimit v1.0.2
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/x448/float16 v0.8.4
gobot.io/x/gobot/v2 v2.3.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.24.0
tinygo.org/x/drivers v0.27.0
tinygo.org/x/tinyfs v0.4.0
)
require (
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/sigurn/crc8 v0.0.0-20220107193325-2243fe600f9f // indirect
github.com/warthog618/gpiod v0.8.2 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.26.0 // indirect
periph.io/x/conn/v3 v3.7.0 // indirect
periph.io/x/host/v3 v3.8.2 // indirect
)