Files
garble/go.mod
Daniel Martí ffed9e5438 drop support for Go 1.23
A pretty small patch, given that 1.23 and 1.24 are quite similar
in terms of what garble does.
2025-04-13 23:10:38 +02:00

20 lines
420 B
Modula-2

module mvdan.cc/garble
go 1.24
require (
github.com/bluekeyes/go-gitdiff v0.8.1
github.com/go-quicktest/qt v1.101.0
github.com/google/go-cmp v0.7.0
github.com/rogpeppe/go-internal v1.14.1
golang.org/x/mod v0.24.0
golang.org/x/tools v0.32.0
)
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)