update test

This commit is contained in:
Sergey Zhemoytel 2025-01-07 22:20:03 +03:00
parent 3ab7b24632
commit 7b0f0ffccb

View file

@ -1,22 +1,16 @@
package main package main
import ( import (
"bytes"
"crypto/sha1" "crypto/sha1"
"encoding/json" "encoding/json"
"fmt" "fmt"
"io" "io"
"log" "log"
"mime/multipart"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"net/url"
"os" "os"
"strings" "strings"
"time"
"github.com/gregjones/httpcache"
"github.com/gregjones/httpcache/diskcache"
"tvoygit.ru/Djam/abfapi" "tvoygit.ru/Djam/abfapi"
) )