summaryrefslogtreecommitdiff
path: root/go.mod
blob: 2d5944bcd11bac62e86ea443cd21a05c5e1cffa4 (plain)
1
2
3
4
5
6
7
8
module physick.ru/culture_exam

go 1.25.4

require (
	github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 // indirect
	github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300 // indirect
)