diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-12-13 12:32:15 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-12-13 12:32:15 +0500 |
| commit | ae11ed555cb350ea4c11fc1625f4a56229969ddd (patch) | |
| tree | 1d02b84131b713a2eed9a332ffac51997b0ec285 /go.mod | |
| parent | 4b8ef84059e772ef7636c451356680ec5b0983c4 (diff) | |
Tracks meta
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |
