File: go.mod

package info (click to toggle)
golang-github-hiddeco-sshsig 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 17
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/hiddeco/sshsig

go 1.13

require (
	github.com/stretchr/testify v1.8.2
	golang.org/x/crypto v0.7.0
)