Add imports that I forgot to

This commit is contained in:
2vb 2023-12-26 20:19:56 -08:00
parent 0222b4fbcc
commit 04f2aab84f

View File

@ -3,6 +3,9 @@ package handlers
import ( import (
"crypto/sha1" "crypto/sha1"
"encoding/hex" "encoding/hex"
"io"
"os"
"strings"
"github.com/ectrc/snow/aid" "github.com/ectrc/snow/aid"
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"