This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
captcha/example/load-font/go.mod
dependabot[bot] 241b0b3558
build(deps): bump golang.org/x/image in /example/load-font
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20190507092727-e4e5bf290fec 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:43:00 +00:00

10 lines
213 B
Modula-2

module github.com/steambap/captcha/example/load-font
go 1.12
replace github.com/steambap/captcha => ../../
require (
github.com/steambap/captcha v0.0.0-00010101000000-000000000000
golang.org/x/image v0.5.0
)