zenity/go.mod
2022-08-10 22:41:11 +01:00

19 lines
534 B
Modula-2

module github.com/ncruces/zenity
go 1.18
require (
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f
github.com/josephspurrier/goversioninfo v1.4.0
github.com/ncruces/go-strftime v0.1.8
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
go.uber.org/goleak v1.1.12 // test
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
)