2020-03-23 03:18:20 +00:00
|
|
|
module github.com/zhshch2002/caddy-webp
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-03-25 00:55:57 +00:00
|
|
|
github.com/caddyserver/caddy/v2 v2.0.0-beta9 // indirect
|
2020-03-23 03:18:20 +00:00
|
|
|
github.com/chai2010/webp v1.1.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
|
|
|
)
|