Exec Guardian
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
execguard/go.mod

13 lines
220 B

module execguard
go 1.23.6
require (
github.com/mattn/go-sqlite3 v1.14.28
github.com/yang3yen/xxtea-go v1.0.3
golang.org/x/sys v0.33.0
)
require github.com/fsnotify/fsnotify v1.9.0
require gopkg.in/yaml.v3 v3.0.1