Files
go-fitz/go.mod
landaiqing 5ce88674da
Some checks failed
Test / test (1.22.x, macos-latest) (push) Has been cancelled
Test / test (1.22.x, ubuntu-latest) (push) Has been cancelled
init commit
2026-02-10 14:45:18 +08:00

12 lines
179 B
Modula-2

module github.com/gen2brain/go-fitz
go 1.23.0
toolchain go1.24.3
require (
github.com/ebitengine/purego v0.8.4
github.com/jupiterrider/ffi v0.5.0
golang.org/x/sys v0.33.0
)