Files
pagination/go.mod
T

12 lines
248 B
Modula-2
Raw Normal View History

2025-06-07 19:23:44 +02:00
module gitlab.com/unboundsoftware/pagination
go 1.24.4
require github.com/stretchr/testify v1.11.1
2025-06-07 19:23:44 +02:00
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
)