chore: auto-update Go modules

This commit is contained in:
github-actions[bot]
2025-03-10 00:02:49 +00:00
parent 116ce30f53
commit 7d93ecb1c7
2 changed files with 6 additions and 4 deletions

6
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/onyx-and-iris/vbantxt
go 1.19
go 1.23.0
toolchain go1.24.1
require (
github.com/BurntSushi/toml v1.4.0
@@ -11,6 +13,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)