mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.38.0 to 1.39.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.38.0...v1.39.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
675 B
Modula-2
23 lines
675 B
Modula-2
module webp_server_go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Kagami/go-avif v0.1.0
|
|
github.com/chai2010/webp v1.1.0
|
|
github.com/gofiber/fiber/v2 v2.4.0
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/schollz/progressbar/v3 v3.9.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/staktrace/go-update v0.0.0-20210525161054-fc019945f9a2
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/valyala/fasthttp v1.39.0
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
|
)
|
|
|
|
replace (
|
|
github.com/chai2010/webp v1.1.0 => github.com/webp-sh/webp v1.2.0
|
|
github.com/gofiber/fiber/v2 v2.4.0 => github.com/webp-sh/fiber/v2 v2.4.0
|
|
)
|