exception/go.mod
2025-08-07 14:47:32 +02:00

12 lines
242 B
Modula-2

module git.apihub24.de/admin/exception
go 1.22.0
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)