-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 570 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ZaparooProject/go-pn532
go 1.25.8
require (
github.com/sasha-s/go-deadlock v0.3.9
github.com/stretchr/testify v1.11.1
go.bug.st/serial v1.6.4
golang.org/x/sys v0.42.0
periph.io/x/conn/v3 v3.7.2
periph.io/x/host/v3 v3.8.5
)
require (
github.com/creack/goselect v0.1.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)