aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a2f9157ff6c67cd24f8aa7d9d77e51b0f319addb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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