Bumps [golang.org/x/image](https://github.com/golang/image) from 0.1.0 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.1.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
8 lines
147 B
Modula-2
8 lines
147 B
Modula-2
module github.com/steambap/captcha
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/image v0.5.0
|
|
)
|