zenity/go.mod

11 lines
278 B
Modula-2
Raw Permalink Normal View History

2019-12-29 20:00:50 -05:00
module github.com/ncruces/zenity
2019-12-11 05:29:31 -05:00
go 1.13
2020-01-18 23:28:06 -05:00
2020-01-29 09:15:21 -05:00
require (
go.uber.org/goleak v1.0.0 // test
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20200129045341-207d3de1faaf // indirect
)