File: go.mod

package info (click to toggle)
yubikey-touch-detector 1.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/maximbaz/yubikey-touch-detector

go 1.21

require (
	github.com/coreos/go-systemd/v22 v22.5.0
	github.com/esiqveland/notify v0.13.3
	github.com/godbus/dbus/v5 v5.1.0
	github.com/proglottis/gpgme v0.1.4
	github.com/rjeczalik/notify v0.9.3
	github.com/sirupsen/logrus v1.9.3
	github.com/vtolstov/go-ioctl v0.0.0-20151206205506-6be9cced4810
)

require (
	github.com/deckarep/golang-set v1.8.0
	golang.org/x/sys v0.27.0 // indirect
)