2019-12-29 20:00:50 -05:00
|
|
|
module github.com/ncruces/zenity
|
2019-12-11 05:29:31 -05:00
|
|
|
|
2023-10-12 07:09:13 -04:00
|
|
|
go 1.20
|
2020-01-18 23:28:06 -05:00
|
|
|
|
2020-01-29 09:15:21 -05:00
|
|
|
require (
|
2022-04-02 22:43:38 -04:00
|
|
|
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f
|
|
|
|
github.com/josephspurrier/goversioninfo v1.4.0
|
2023-01-27 12:08:26 -05:00
|
|
|
github.com/ncruces/go-strftime v0.1.9
|
2021-06-07 09:06:00 -04:00
|
|
|
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
|
2023-10-24 17:19:59 -04:00
|
|
|
go.uber.org/goleak v1.3.0 // test
|
2024-08-06 15:00:13 -04:00
|
|
|
golang.org/x/image v0.19.0
|
2024-08-09 14:15:43 -04:00
|
|
|
golang.org/x/sys v0.24.0
|
2020-01-29 09:15:21 -05:00
|
|
|
)
|
2022-03-24 10:37:37 -04:00
|
|
|
|
2023-02-14 13:00:10 -05:00
|
|
|
require github.com/akavel/rsrc v0.10.2 // indirect
|