Przeglądaj źródła

Fix build on FreeBSD

DarthSim 1 rok temu
rodzic
commit
e23537441e
1 zmienionych plików z 2 dodań i 0 usunięć
  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"
 )