blob: a2f9157ff6c67cd24f8aa7d9d77e51b0f319addb (
plain) (
tree)
|
|
module milla
go 1.21.0
require (
github.com/alecthomas/chroma/v2 v2.12.0
github.com/lrstanley/girc v0.0.0-20240125042120-9add3166e52e
github.com/pelletier/go-toml/v2 v2.1.1
)
require github.com/dlclark/regexp2 v1.10.0 // indirect
|