File: go.mod

package info (click to toggle)
golang-github-atomicgo-keyboard 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
module atomicgo.dev/keyboard

go 1.15

require (
	github.com/MarvinJWendt/testza v0.4.2
	github.com/containerd/console v1.0.3
)