chore(deps): update Go to 1.26.0, toml to v1.6.0, add tests for 97% coverage

This commit is contained in:
2026-02-24 07:02:22 +00:00
parent 21ea264b79
commit 94b97a5825
3 changed files with 126 additions and 4 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/taigrr/jety
go 1.25.5
go 1.26.0
require (
github.com/BurntSushi/toml v1.3.2
github.com/BurntSushi/toml v1.6.0
gopkg.in/yaml.v3 v3.0.1
)