zenity/go.mod
dependabot[bot] e5531d1bc8 Bump golang.org/x/image from 0.6.0 to 0.7.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 23:24:24 +01:00

16 lines
406 B
Modula-2

module github.com/ncruces/zenity
go 1.18
require (
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f
github.com/josephspurrier/goversioninfo v1.4.0
github.com/ncruces/go-strftime v0.1.9
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844
go.uber.org/goleak v1.2.1 // test
golang.org/x/image v0.7.0
golang.org/x/sys v0.7.0
)
require github.com/akavel/rsrc v0.10.2 // indirect