HTTP server moved to internal. DwellingCaptcha moved to pkg.
This commit is contained in:
parent
29e4666bd9
commit
d7599bdf46
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"justcaptcha/internal/handlers"
|
||||
"justcaptcha/pkg/server"
|
||||
"justcaptcha/internal/server"
|
||||
"log"
|
||||
"net/netip"
|
||||
"os"
|
||||
|
@ -3,10 +3,10 @@ package handlers
|
||||
import (
|
||||
"fmt"
|
||||
"image/jpeg"
|
||||
"justcaptcha/internal/dwcaptcha"
|
||||
"justcaptcha/internal/server"
|
||||
"justcaptcha/pkg/captcha"
|
||||
"justcaptcha/pkg/captcha/inmemdb"
|
||||
"justcaptcha/pkg/server"
|
||||
"justcaptcha/pkg/dwcaptcha"
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user