blob: 50c17e0b5501dd094e361c7ad75cb64f041d8a90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|