소스 검색

Fix build on FreeBSD

DarthSim 1 년 전
부모
커밋
e23537441e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      reuseport/listen_no_reuseport.go

+ 2 - 0
reuseport/listen_no_reuseport.go

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