zenity/go.mod
dependabot[bot] 7c0045f876 Bump github.com/ncruces/go-strftime from 0.1.8 to 0.1.9
Bumps [github.com/ncruces/go-strftime](https://github.com/ncruces/go-strftime) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/ncruces/go-strftime/releases)
- [Commits](https://github.com/ncruces/go-strftime/compare/v0.1.8...v0.1.9)

---
updated-dependencies:
- dependency-name: github.com/ncruces/go-strftime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 17:40:03 +00:00

19 lines
477 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.0 // test
golang.org/x/image v0.3.0
golang.org/x/sys v0.4.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
)