File: go.mod

package info (click to toggle)
golang-github-tillitis-tkeyutil 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: sh: 70; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/tillitis/tkeyutil

go 1.19

require (
	github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
	github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4
	golang.org/x/sys v0.26.0
	golang.org/x/term v0.25.0
)

require (
	github.com/godbus/dbus/v5 v5.1.0 // indirect
	github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
	github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
)