summaryrefslogtreecommitdiff
path: root/go.mod
blob: fa812300dd9d9d8b08dac35f14a103384c193471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module git.lukeshu.com/www

go 1.22.2

require (
	git.mothstuff.lol/lukeshu/eclipse v0.0.0-20240303070330-f6bd42f39823
	github.com/alecthomas/assert/v2 v2.8.1
	github.com/yuin/goldmark v1.7.1
	sigs.k8s.io/yaml v1.4.0
)

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