File: go.mod

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

go 1.23.0

require (
	github.com/ccoveille/go-safecast v1.1.0
	go.bug.st/serial v1.6.2
	golang.org/x/crypto v0.40.0
)

require (
	github.com/creack/goselect v0.1.2 // indirect
	github.com/stretchr/testify v1.8.0 // indirect
	golang.org/x/sys v0.34.0 // indirect
)