aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 69c05e7357b3dd4f6bc01df05a9a3902e72a2f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module go.neonxp.ru/conf

go 1.23.0


require (
	github.com/mna/pigeon v1.3.0 // indirect
	golang.org/x/mod v0.21.0 // indirect
	golang.org/x/sync v0.8.0 // indirect
	golang.org/x/tools v0.25.0 // indirect
)

tool github.com/mna/pigeon