expose ModuleFn type

This commit is contained in:
Elijah Duffy
2025-06-11 18:39:29 -07:00
parent c54a13c40b
commit 816de185e3
3 changed files with 12 additions and 7 deletions

3
go.mod
View File

@@ -6,6 +6,9 @@ require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)