23 lines
594 B
Modula-2
23 lines
594 B
Modula-2
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
|
|
)
|