aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: b33c72805f32e1f81aad759a71ad400d7e26f5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/stretchr/testify v1.11.1 // indirect
	golang.org/x/oauth2 v0.36.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)