aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 8d3ada2b878677e9ed4082458e45912bdd86ff76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.samanthony.xyz/lulu

go 1.25.9

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/spf13/pflag v1.0.6 // indirect
	github.com/stretchr/testify v1.11.1 // indirect
	github.com/yawnak/string-enumer v0.0.0-20250330104602-f50db3525c45 // indirect
	golang.org/x/mod v0.24.0 // indirect
	golang.org/x/oauth2 v0.36.0 // indirect
	golang.org/x/sync v0.12.0 // indirect
	golang.org/x/tools v0.31.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)