set mochi-2e2 as submodule

* update go version to 1.23
* remove sha256-simd dependency
* fix logger file path
This commit is contained in:
Lawrence, Rendall
2024-10-01 16:17:42 +03:00
parent b211866cf3
commit 9fc94617ce
10 changed files with 373 additions and 327 deletions

View File

@@ -7,6 +7,7 @@ package directory
import (
"context"
"crypto/sha1"
"crypto/sha256"
"fmt"
"io"
"os"
@@ -14,8 +15,6 @@ import (
"strings"
"time"
"github.com/minio/sha256-simd"
"github.com/zeebo/bencode"
"github.com/sot-tech/mochi/bittorrent"