File: go.mod

package info (click to toggle)
golang-github-go-crypt-x 0.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 640 kB
  • sloc: asm: 4,824; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module argon2/_asm

go 1.24.0

toolchain go1.25.4

require (
	github.com/go-crypt/x v0.4.8
	github.com/mmcloughlin/avo v0.6.0
)

require (
	golang.org/x/mod v0.23.0 // indirect
	golang.org/x/sync v0.11.0 // indirect
	golang.org/x/sys v0.36.0 // indirect
	golang.org/x/tools v0.30.0 // indirect
)