mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 05:32:02 +08:00
9 lines
110 B
Modula-2
9 lines
110 B
Modula-2
module webp_server_go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/chai2010/webp v1.1.0
|
|
github.com/gofiber/fiber v1.4.0
|
|
)
|