1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-18 16:31:44 +02:00

Fix build on FreeBSD

This commit is contained in:
DarthSim 2023-08-25 20:37:31 +03:00
parent 353329f7ad
commit e23537441e

View File

@ -6,6 +6,8 @@ package reuseport
import (
"net"
log "github.com/sirupsen/logrus"
"github.com/imgproxy/imgproxy/v3/config"
)