Remove unused encoding/json import

This commit is contained in:
Leon Bösche
2026-01-11 00:48:04 +01:00
parent 9b03695d61
commit e34d09f762

View File

@@ -4,7 +4,6 @@ import (
"bytes" "bytes"
"crypto/rand" "crypto/rand"
"encoding/base64" "encoding/base64"
"encoding/json"
"fmt" "fmt"
"io" "io"
"net/http" "net/http"