aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: cd1bef4c81dc47f5f82cf6abce4c25620affece9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Fuwn/kaze

go 1.24.3

require (
	github.com/fsnotify/fsnotify v1.9.0
	github.com/go-ping/ping v1.2.0
	github.com/tursodatabase/go-libsql v0.0.0-20251219133454-43644db490ff
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
	github.com/google/uuid v1.6.0 // indirect
	github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
	golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
	golang.org/x/net v0.49.0 // indirect
	golang.org/x/sync v0.19.0 // indirect
	golang.org/x/sys v0.40.0 // indirect
)