aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 78e7d9aca25fb3775d46fbe8719539aaba17c853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module sourcewatch

go 1.24

require (
	github.com/fsnotify/fsnotify v1.10.1
	github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
)

require golang.org/x/sys v0.13.0 // indirect