22 lines
605 B
Modula-2
Raw Permalink Normal View History

2024-09-29 18:47:44 +07:00
module git.rouggy.com/rouggy/FlexDXCluster
go 1.23.1
require (
github.com/mattn/go-sqlite3 v1.14.23
github.com/sirupsen/logrus v1.9.3
2024-11-16 12:24:42 +07:00
github.com/x-cray/logrus-prefixed-formatter v0.5.2
2024-09-29 18:47:44 +07:00
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2024-11-16 12:24:42 +07:00
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.35.1 // indirect
2024-09-29 18:47:44 +07:00
golang.org/x/crypto v0.27.0 // indirect
2024-11-16 12:24:42 +07:00
golang.org/x/sys v0.26.0 // indirect
2024-09-29 18:47:44 +07:00
golang.org/x/term v0.24.0 // indirect
)