Files
Daniel Martí b469dcaf9d bump deps for the upcoming release
As usual, and this is also a good idea for the x repos to better
support Go 1.22.
2024-02-10 10:32:55 +00:00

20 lines
436 B
Modula-2

module mvdan.cc/garble
go 1.21
require (
github.com/bluekeyes/go-gitdiff v0.7.1
github.com/frankban/quicktest v1.14.6
github.com/google/go-cmp v0.6.0
github.com/rogpeppe/go-internal v1.12.0
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
golang.org/x/mod v0.15.0
golang.org/x/tools v0.17.0
)
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)