summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-13 12:32:15 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-13 12:32:15 +0500
commitae11ed555cb350ea4c11fc1625f4a56229969ddd (patch)
tree1d02b84131b713a2eed9a332ffac51997b0ec285 /go.mod
parent4b8ef84059e772ef7636c451356680ec5b0983c4 (diff)
Tracks meta
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ce7d948..2d5944b 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module physick.ru/culture_exam
go 1.25.4
-require github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300 // indirect
+require (
+ github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 // indirect
+ github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300 // indirect
+)