zenity/go.mod

14 lines
430 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
2020-12-11 12:33:30 -05:00
go 1.15
2020-01-18 23:28:06 -05:00
2020-01-29 09:15:21 -05:00
require (
2021-03-11 10:37:56 -05:00
github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947 // indirect
github.com/josephspurrier/goversioninfo v1.2.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
2020-01-29 09:15:21 -05:00
go.uber.org/goleak v1.0.0 // test
2020-12-11 12:33:30 -05:00
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
2020-01-29 09:15:21 -05:00
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // 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
)