forked from dumacp/smartcard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 697 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 697 Bytes
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
module github.com/fdelbos/smartcard
go 1.24.0
toolchain go1.24.7
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
github.com/dumacp/smartcard v0.1.8
github.com/ebfe/scard v0.0.0-20241214075232-7af069cabc25
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/rs/zerolog v1.34.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
periph.io/x/conn/v3 v3.7.2
periph.io/x/host/v3 v3.8.5
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)