summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: d0d6c4a5bb051ab728d5b3236b1bc49b688f3bf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module gitlab.com/rhogenson/roseh.moe

go 1.24.0

require (
	github.com/google/subcommands v1.2.0
	golang.org/x/term v0.35.0
)

require (
	golang.org/x/mod v0.28.0 // indirect
	golang.org/x/sync v0.17.0 // indirect
	golang.org/x/sys v0.36.0 // indirect
	golang.org/x/tools v0.37.0 // indirect
)

tool golang.org/x/tools/cmd/stringer