chore: auto-update Go modules
Some checks failed
Auto-Update Go Modules / update-go-modules (push) Has been cancelled

This commit is contained in:
github-actions[bot]
2025-02-24 00:03:24 +00:00
parent 4bb79c8500
commit 116ce30f53
2 changed files with 9 additions and 8 deletions

6
go.mod
View File

@@ -3,14 +3,14 @@ module github.com/onyx-and-iris/vbantxt
go 1.19
require (
github.com/BurntSushi/toml v1.2.1
github.com/sirupsen/logrus v1.9.0
github.com/BurntSushi/toml v1.4.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)