mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2025-04-01 20:03:51 +01:00
19 lines
375 B
Modula-2
19 lines
375 B
Modula-2
module github.com/onyx-and-iris/vbantxt
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.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.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|