intial release
This commit is contained in:
parent
abbfcabe8d
commit
dd7e923bff
11 changed files with 1234 additions and 0 deletions
23
go.mod
Normal file
23
go.mod
Normal file
|
@ -0,0 +1,23 @@
|
|||
module vaclive.party/software/lychee-slicer
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1
|
||||
github.com/tdewolff/parse/v2 v2.7.18
|
||||
github.com/winlabs/gowin32 v0.0.0-20240930213947-f504d7e14639
|
||||
golang.org/x/sys v0.21.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.14.2 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ffred/guitocons v0.0.0-20180103100707-e6ef37a75a5e
|
||||
github.com/tidwall/sjson v1.2.5
|
||||
golang.org/x/net v0.26.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue