Files
thanks/go.mod
2026-01-30 19:16:00 -05:00

14 lines
231 B
Modula-2

module git.gentoo.party/sam/thanks
go 1.25.5
require (
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)