UPDATE: go 1.25.5, new hdiffz
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
module ldiff-converter
|
||||
|
||||
go 1.25.0
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/amenzhinsky/go-memexec v0.7.1
|
||||
github.com/klauspost/compress v1.18.0
|
||||
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
|
||||
google.golang.org/protobuf v1.36.8
|
||||
github.com/klauspost/compress v1.18.2
|
||||
github.com/schollz/progressbar/v3 v3.19.0
|
||||
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
|
||||
google.golang.org/protobuf v1.36.11
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/schollz/progressbar/v3 v3.18.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/term v0.28.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/term v0.39.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user