blob: 0c8474f1683fc050e4c13e83d8a75d030890fc70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
module sourcewatch
go 1.26.4
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
|