refactor: clean up code from comments

This commit is contained in:
Patryk Hegenberg 2025-04-02 14:21:33 +02:00
parent 4ceed6f301
commit 29bdd3a2a4
8 changed files with 150 additions and 252 deletions

4
go.mod
View file

@ -1,4 +1,4 @@
module work
module workctl
go 1.24.2
@ -8,6 +8,7 @@ require (
github.com/spf13/viper v1.20.1
github.com/xuri/excelize/v2 v2.9.0
golang.org/x/crypto v0.36.0
golang.org/x/text v0.23.0
modernc.org/sqlite v1.37.0
)
@ -56,7 +57,6 @@ require (
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.62.1 // indirect
modernc.org/mathutil v1.7.1 // indirect