summaryrefslogtreecommitdiff
path: root/go.mod
blob: 4e503e8776ddb001949b5e3d5e49063137243da6 (plain)
1
2
3
4
5
6
7
8
9
10
module push-f.com/vdf

go 1.24.3

require github.com/alecthomas/assert/v2 v2.11.0

require (
	github.com/alecthomas/repr v0.4.0 // indirect
	github.com/hexops/gotextdiff v1.0.3 // indirect
)