13 lines
407 B
Modula-2
13 lines
407 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/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
|
|
)
|