Files

12 lines
254 B
Modula-2
Raw Permalink Normal View History

module gitea.unbound.se/unboundsoftware/pagination
2025-06-07 19:23:44 +02:00
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
)