zenity/go.mod

19 lines
534 B
Modula-2
Raw Normal View History

2019-12-29 20:00:50 -05:00
module github.com/ncruces/zenity
2019-12-11 05:29:31 -05:00
2022-03-24 10:37:37 -04:00
go 1.17
2020-01-18 23:28:06 -05:00
2020-01-29 09:15:21 -05:00
require (
2021-04-05 18:19:02 -04:00
github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947
2021-09-09 20:32:20 -04:00
github.com/josephspurrier/goversioninfo v1.3.0
2022-04-01 09:00:06 -04:00
github.com/ncruces/go-strftime v0.1.0
2021-06-07 09:06:00 -04:00
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
2021-09-09 20:32:20 -04:00
go.uber.org/goleak v1.1.11 // test
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3
2020-01-29 09:15:21 -05:00
)
2022-03-24 10:37:37 -04:00
require (
github.com/akavel/rsrc v0.10.2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
)