add testdata loader

This commit is contained in:
Carlosokumu 2024-09-14 20:02:21 +03:00
parent e99a788c60
commit 006eef0a28
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.22.6
require (
git.defalsify.org/vise.git v0.1.0-rc.3.0.20240911231817-0d23e0dbb57f
github.com/alecthomas/assert/v2 v2.2.2
github.com/peteole/testdata-loader v0.3.0
gopkg.in/leonelquinteros/gotext.v1 v1.3.1
)