zenity/go.mod

15 lines
472 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
2021-04-14 10:18:05 -04:00
go 1.16
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
github.com/josephspurrier/goversioninfo v1.2.0
2021-06-07 09:06:00 -04:00
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
2021-03-26 08:40:24 -04:00
github.com/stretchr/testify v1.7.0 // indirect
go.uber.org/goleak v1.1.10 // test
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
2021-03-07 19:57:16 -05:00
golang.org/x/tools v0.1.0 // indirect
2020-01-29 09:15:21 -05:00
)