summaryrefslogtreecommitdiff
path: root/Parser/go.mod
blob: 3b01e3373cf571e16de1633660e9c2a561f227e4 (plain)
1
2
3
4
5
6
7
module PredictionsParser

go 1.25.4

require physick.ru/predictions/DAL v1.0.0

replace physick.ru/predictions/DAL v1.0.0 => ../DAL