twister/go.mod

15 lines
280 B
Modula-2
Raw Permalink Normal View History

2024-10-09 11:52:17 +00:00
module git.supernets.org/vortex/twister
go 1.23.0
2024-10-09 11:59:42 +00:00
2024-10-09 12:27:29 +00:00
require (
github.com/BurntSushi/toml v1.4.0
github.com/rs/zerolog v1.33.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/sys v0.12.0 // indirect
)