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

go 1.23

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