git » firstones » next » tree

[next] / go.mod

1
2
3
4
5
6
7
8
module blitiri.com.ar/go/firstones

go 1.24.2

require (
	github.com/google/go-cmp v0.7.0 // indirect
	golang.org/x/text v0.25.0 // indirect
)