File: go.mod

package info (click to toggle)
golang-github-mmcloughlin-md4 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: asm: 404; sh: 19; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/mmcloughlin/md4/internal/tests

go 1.17

require (
	github.com/mmcloughlin/md4 v0.0.0-00010101000000-000000000000
	github.com/ricardobranco777/go-openssl v0.0.0-20200811151806-76963704f0b8
	golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
)

replace github.com/mmcloughlin/md4 => ../..