FlexDXCluster/go.mod

21 lines
572 B
Modula-2
Raw Normal View History

2024-09-23 16:24:50 +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
gopkg.in/yaml.v2 v2.4.0
)
require (
2024-09-26 12:24:56 +07:00
github.com/gorilla/mux v1.8.1 // indirect
2024-09-23 16:24:50 +07:00
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
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
)