dependabot[bot] dc594852ea
Bump golang.org/x/image from 0.0.0-20210504121937-7319ad40d33e to 0.5.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20210504121937-7319ad40d33e to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 23:54:05 +00:00

16 lines
453 B
Modula-2

module github.com/tardisx/discord-auto-upload
go 1.16
require (
github.com/fogleman/gg v1.3.0
github.com/getlantern/systray v1.2.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/image v0.5.0
golang.org/x/mod v0.7.0
)