Add non-working partial yzma implementation
This commit is contained in:
parent
a542f436f3
commit
c62d126bdc
3 changed files with 61 additions and 0 deletions
8
go.mod
8
go.mod
|
|
@ -1,3 +1,11 @@
|
|||
module git.chandlerswift.com/chandlerswift/svs-services-server
|
||||
|
||||
go 1.25.4
|
||||
|
||||
require github.com/hybridgroup/yzma v1.3.0
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.9.1 // indirect
|
||||
github.com/jupiterrider/ffi v0.5.1 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue