zenity/go.mod
2021-09-10 01:32:34 +01:00

14 lines
438 B
Modula-2

module github.com/ncruces/zenity
go 1.16
require (
github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947
github.com/josephspurrier/goversioninfo v1.3.0
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
go.uber.org/goleak v1.1.11 // test
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3
)