-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.26 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
34
module github.com/callebjorkell/rpi-nfc-player
go 1.20
require (
github.com/ecc1/spi v0.0.0-20200213193041-d21dfe67fe72
github.com/fogleman/gg v1.3.0
github.com/huin/goupnp v1.0.3
github.com/jdevelop/golang-rpi-extras v0.0.0-20181010003844-c75e8edb0d6f
github.com/jdevelop/gpio v0.0.0-20180116031910-0e2cc992019a
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/sirupsen/logrus v1.9.0
github.com/tidwall/buntdb v1.2.10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
periph.io/x/conn/v3 v3.7.0
periph.io/x/host/v3 v3.8.0
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/ecc1/gpio v0.0.0-20200212231225-d40e43fcf8f5 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/tidwall/btree v1.6.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
golang.org/x/image v0.2.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.3.0 // indirect
)