mirror of
https://gitgud.io/yats/cerberus.git
synced 2026-06-15 16:15:17 -04:00
840a63f727
Separate clearnet and onion tests
14 lines
219 B
Modula-2
14 lines
219 B
Modula-2
module gitgud.io/yats/cerberus
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/minio/sha256-simd v1.0.1
|
|
golang.org/x/net v0.49.0
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|