chore: upgrade deps

This commit is contained in:
鲁树人
2025-11-12 20:48:38 +09:00
parent 40f93b4dd2
commit a163d40fb2
5 changed files with 49 additions and 18 deletions

View File

@@ -2,14 +2,15 @@ package ffmpeg
import (
"context"
"go.uber.org/zap"
"mime"
"slices"
"strings"
"go.uber.org/zap"
"github.com/go-flac/flacpicture"
"github.com/go-flac/flacvorbis"
"github.com/go-flac/go-flac"
"golang.org/x/exp/slices"
)
func updateMetaFlac(_ context.Context, outPath string, m *UpdateMetadataParams, logger *zap.Logger) error {

View File

@@ -3,8 +3,7 @@ package sniff
import (
"bytes"
"encoding/binary"
"golang.org/x/exp/slices"
"slices"
)
type Sniffer interface {