nomino/go.mod

18 lines
403 B
Modula-2
Raw Permalink Normal View History

2025-03-07 16:01:27 -06:00
module codeberg.org/danjones000/nomino
go 1.23.6
2025-03-07 16:26:24 -06:00
2025-03-07 17:00:38 -06:00
require (
2025-03-15 15:36:43 -05:00
github.com/deatil/go-encoding v1.0.3003
2025-03-07 17:00:38 -06:00
github.com/google/uuid v1.6.0
2025-03-13 16:58:55 -05:00
github.com/gosimple/slug v1.15.0
2025-03-07 17:00:38 -06:00
github.com/stretchr/testify v1.10.0
)
2025-03-07 16:26:24 -06:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2025-03-13 16:58:55 -05:00
github.com/gosimple/unidecode v1.0.1 // indirect
2025-03-07 16:26:24 -06:00
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)