zenity/go.mod
2021-06-07 14:06:00 +01:00

15 lines
472 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.2.0
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
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
golang.org/x/tools v0.1.0 // indirect
)