* fixing bug with tab
All checks were successful
Go / build-test-publish (1.23.4) (push) Successful in 1m2s

This commit is contained in:
Denys Seredenko
2025-01-14 14:25:18 +01:00
parent 89289a53a4
commit c2d06f2b7f
2 changed files with 39 additions and 3 deletions

3
go.mod
View File

@@ -28,7 +28,8 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect