golang-fft/go.mod
Sean Sube 2026148ba3
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / docker-test (push) Has been cancelled
Build and Test / lint (push) Has been cancelled
Build and Test / security (push) Has been cancelled
raw robot output
2025-08-11 16:23:29 -05:00

7 lines
77 B
Modula-2

module golang-fft
go 1.21
require (
github.com/klauspost/cpuid/v2 v2.2.5
)